home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / WinXPSP1.exe / ip / tracerpt.ex_ / tracerpt.exe / HTML / MOFFILE
Encoding:
Text File  |  2002-08-29  |  100.0 KB  |  4,540 lines

  1. //******************************************
  2. // Copyright (c) 1997-2001  Microsoft Corporation
  3. // Event Trace Session
  4. // Event Definitions
  5. //******************************************
  6. // Syntax:
  7. //
  8. // Guid                 EventName
  9. // #version             value
  10. // #level               value
  11. // #type name1 value1
  12. // {
  13. //   MofFields
  14. // }
  15. // #type name2 value2
  16. // {
  17. //   MofFields
  18. // }
  19. //
  20.  
  21. //******************************************
  22. // Kernel Events
  23. //******************************************
  24.  
  25. 68fdd900-4a3e-11d1-84f4-0000f80464e3 EventTrace
  26. #type Header    0
  27. {
  28.     BufferSize,     ItemULong
  29.     Version,        ItemULong
  30.     BuildNumber,    ItemULong
  31.     NumProc,        ItemULong
  32.     EndTime,        ItemULongLong
  33.     TimerResolution,ItemULong
  34.     MaxFileSize,    ItemULong
  35.     LogFileMode,    ItemULongX
  36.     BuffersWritten, ItemULong
  37.     StartBuffers,   ItemULong
  38.     PointerSize,    ItemULong
  39.     EventsLost,     ItemULong
  40.     CPUSpeed,       ItemULong
  41.     LoggerName,     ItemPtr
  42.     LogFileName,    ItemPtr
  43.     TimeZone,       ItemCharHidden[176]
  44.     BootTime,       ItemULongLong
  45.     PerfFrequency,  ItemULongLong
  46.     StartTime,      ItemULongLong
  47.     ReservedFlags,  ItemULongX
  48.     BuffersLost,    ItemULong
  49. }
  50.  
  51. 3d6fa8d0-fe05-11d0-9dda-00c04fd7ba7c Process
  52. #version        0
  53. #type Start     1
  54. #type End       2
  55. #type DCStart   3
  56. #type DCEnd     4
  57. {
  58.     ProcessId, ItemPtr
  59.     ParentId, ItemPtr
  60.     UserSID, ItemSid
  61.     ImageFileName, ItemString
  62. }
  63. #version        1
  64. #type Start     1
  65. #type End       2
  66. #type DCStart   3
  67. #type DCEnd     4
  68. {
  69.     PageDirectoryBase, ItemPtr
  70.     ProcessId, ItemULong
  71.     ParentId, ItemULong
  72.     SessionId, ItemULong
  73.     ExitStatus, ItemULong
  74.     UserSID, ItemSid
  75.     ImageFileName, ItemString
  76. }
  77.  
  78. 3d6fa8d1-fe05-11d0-9dda-00c04fd7ba7c Thread
  79. #version 0
  80. #type Start 1
  81. #type End   2
  82. #type DCStart   3
  83. #type DCEnd 4
  84. {
  85.     TThreadId, ItemULongX
  86.     ProcessId, ItemULongX
  87. }
  88. #version 1
  89. #type Start 1
  90. #type DCStart   3
  91. {
  92.     ProcessId, ItemULong
  93.     TThreadId, ItemULong
  94.     StackBase, ItemPtr
  95.     StackLimit, ItemPtr
  96.     UserStackBase, ItemPtr
  97.     UserStackLimit, ItemPtr
  98.     StartAddr, ItemPtr
  99.     Win32StartAddr, ItemPtr
  100.     WaitMode, ItemChar
  101. }
  102. #version 1
  103. #type End   2
  104. #type DCEnd 4
  105. {
  106.     ProcessId, ItemULong
  107.     TThreadId, ItemULong
  108. }
  109.  
  110. 3d6fa8d4-fe05-11d0-9dda-00c04fd7ba7c DiskIo
  111. #type Read  10
  112. #type Write 11
  113. {
  114.     DiskNumber, ItemULong
  115.     IrpFlags, ItemULongX
  116.     TransferSize, ItemULong
  117.     QueueDepth, ItemULong
  118.     ByteOffset, ItemLongLong
  119.     FileObject, ItemPtr
  120. }
  121.  
  122. AE53722E-C863-11d2-8659-00C04FA321A1 Registry
  123. #version 0
  124. #type Create                10
  125. #type Open                  11
  126. #type Delete                12
  127. #type Query                 13
  128. #type SetValue              14
  129. #type DeleteValue           15
  130. #type QueryValue            16
  131. #type EnumerateKey          17
  132. #type EnumerateValueKey     18
  133. #type QueryMultipleValue    19
  134. #type SetInformation        20
  135. #type Flush                 21
  136. {
  137.     Status,ItemPtr
  138.     KeyHandle, ItemPtr
  139.     ElapsedTime, ItemLongLong
  140.     KeyName, ItemWString
  141. }
  142. #version 1
  143. #type Create                10
  144. #type Open                  11
  145. #type Delete                12
  146. #type Query                 13
  147. #type SetValue              14
  148. #type DeleteValue           15
  149. #type QueryValue            16
  150. #type EnumerateKey          17
  151. #type EnumerateValueKey     18
  152. #type QueryMultipleValue    19
  153. #type SetInformation        20
  154. #type Flush                 21
  155. #type RunDown               22
  156. {
  157.     Status,ItemPtr
  158.     KeyHandle, ItemPtr
  159.     ElapsedTime, ItemLongLong
  160.     Index, ItemULong
  161.     KeyName, ItemWString
  162. }
  163.  
  164. 90cbdc39-4a3e-11d1-84f4-0000f80464e3 FileIo
  165. #version 0
  166. #type Name                 0
  167. {
  168.     FileObject, ItemPtr
  169.     FileName, ItemWString
  170. }
  171. #version 1
  172. #type Name                 0
  173. {
  174.     FileObject, ItemPtr
  175.     FileName, ItemWString
  176. }
  177.  
  178. 9a280ac0-c8e0-11d1-84e2-00c04fb998a2 TcpIp
  179. #version 0
  180. #type Send   10
  181. #type Recv   11
  182. #type Connect    12
  183. #type Disconnect 13
  184. #type Retransmit 14
  185. #type Accept     15
  186. {
  187.     daddr, ItemIPAddr
  188.     saddr, ItemIPAddr
  189.     dport, ItemPort
  190.     sport, ItemPort
  191.     size,  ItemULong
  192.     PID,   ItemULong
  193. }
  194. #version 1
  195. #type Send   10
  196. #type Recv   11
  197. #type Connect    12
  198. #type Disconnect 13
  199. #type Retransmit 14
  200. #type Accept     15
  201. #type Reconnect  16
  202. {
  203.     PID,   ItemULong
  204.     size,  ItemULong
  205.     daddr, ItemIPAddr
  206.     saddr, ItemIPAddr
  207.     dport, ItemPort
  208.     sport, ItemPort
  209. }
  210.  
  211. bf3a50c5-a9c9-4988-a005-2df0b7c80f80 UdpIp
  212. #version 1
  213. #type Send   10
  214. #type Recv   11
  215. {
  216.     context, ItemPtr
  217.     saddr, ItemIPAddr
  218.     sport, ItemPort
  219.     size,  ItemUShort
  220.     daddr, ItemIPAddr
  221.     dport, ItemPort
  222.     dsize, ItemUShort
  223. }
  224. #version 1
  225. {
  226.     PID,   ItemULong
  227.     size,  ItemULong
  228.     daddr, ItemIPAddr
  229.     saddr, ItemIPAddr
  230.     dport, ItemPort
  231.     sport, ItemPort
  232. }
  233.  
  234. 2cb15d1d-5fc1-11d2-abe1-00a0c911f518 Image
  235. #version 0
  236. #type Load  10
  237. {
  238.     BaseAddress,   ItemPtr
  239.     ModuleSize,    ItemULong
  240.     ImageFileName, ItemWString
  241. }
  242. #version 1
  243. #type Load 10
  244. {
  245.     ImageBase, ItemPtr
  246.     ImageSize, ItemPtr
  247.     ProcessId, ItemULong
  248.     FileName, ItemWString
  249. }
  250.  
  251. 3d6fa8d3-fe05-11d0-9dda-00c04fd7ba7c PageFault
  252. #type TransitionFault 10
  253. #type DemandZeroFault 11
  254. #type CopyOnWrite     12
  255. #type GuardPageFault  13
  256. #type HardPageFault   14
  257. {
  258.     Virtual Address, ItemPtr
  259.     Program Counter, ItemPtr
  260. }
  261.  
  262. 01853a65-418f-4f36-aefc-dc0f1d2fd235 HWConfig
  263. #type CPU 10
  264. {
  265.     MHz, ItemULong
  266.     NumberOfProcessors, ItemULong
  267.     MemSize, ItemULong
  268.     PageSize, ItemULong
  269.     AllocationGranularity, ItemULong
  270.     ComputerName, ItemWString
  271. }
  272. #type PhyDisk 11
  273. {
  274.     DiskNumber, ItemULong
  275.     BytesPerSector, ItemULong
  276.     SectorsPerTrack, ItemULong
  277.     TracksPerCylinder, ItemULong
  278.     Cylinders, ItemULongLong
  279.     SCSIPort, ItemULong
  280.     SCSIPath, ItemULong
  281.     SCSITarget, ItemULong
  282.     SCSILun, ItemULong
  283.     Manufacturer, ItemWString
  284. }
  285. #type LogDisk 12
  286. {
  287.     DiskNumber, ItemULong
  288.     Pad, ItemULong
  289.     StartOffset, ItemULongLong
  290.     PartitionSize, ItemULongLong
  291. }
  292. #type NIC 13
  293. {
  294.     NICName, ItemWString
  295. }
  296.  
  297.  
  298. //******************************************
  299. // Test Events
  300. // d58c126f-b309-11d1-969e-0000f875a5bc
  301. //******************************************
  302. d58c126f-b309-11d1-969e-0000f875a5bc TraceKmp
  303.  
  304. //******************************************
  305. // Test Events
  306. // d58c126f-b309-11d1-969e-0000f875a5bc
  307. //******************************************
  308. ce5b1020-8ea9-11d0-a4ec-00a0c9062910 TraceDp
  309. #type Start 1
  310. #type End   2
  311. {
  312.     UserData, ItemULong
  313. }
  314. //******************************************
  315. // Test Events
  316. // 1bd67283-57cc-11d2-9a03-00c04f72c722
  317. //******************************************
  318. 1bd67283-57cc-11d2-9a03-00c04f72c722 TranProv
  319. #type Start 1
  320. #type End   2
  321. {
  322.     UserData, ItemULong
  323. }
  324.  
  325. //******************************************
  326. // DS Events 
  327. // 1c83b2fc-c04f-11d1-8afc-00c04fc21914
  328. //******************************************
  329.  
  330. 5b7eb15d-7441-11d2-b711-00c04fb998a2 DsKccGuid
  331. #type Start 1
  332. #type End   2
  333. {
  334.     Signature, ItemCharSign
  335.     Version, ItemCharShort
  336.     Inserts, ItemCharShort
  337.     messageId, ItemULong
  338.     BindId,ItemULong
  339.     Null1, ItemDSWString
  340.     Null2, ItemDSWString
  341.     Null3, ItemDSWString
  342.     Null4, ItemDSWString
  343.     Null5, ItemDSWString
  344.     Null6, ItemDSWString
  345.     Null7, ItemDSWString
  346.     Null8, ItemDSWString
  347. }
  348.  
  349. 05acd000-daeb-11d1-be80-00c04fadfff5 DsDirSearch
  350. #type Start 1
  351. {
  352.     Signature, ItemCharSign
  353.     Version, ItemCharShort
  354.     Inserts, ItemCharShort
  355.     messageId, ItemULong
  356.     BindId, ItemULong
  357.     Caller, ItemDSWString
  358.     Choice, ItemDSWString
  359.     ObjDN, ItemDSWString
  360.     Null4, ItemDSWString
  361.     Null5, ItemDSWString
  362.     Null6, ItemDSWString
  363.     Null7, ItemDSWString
  364.     Null8, ItemDSWString
  365. }
  366. #type End   2
  367. {
  368.     Signature, ItemCharSign
  369.     Version, ItemCharShort
  370.     Inserts, ItemCharShort
  371.     messageId, ItemULong
  372.     BindId,  ItemULong
  373.     ErrCode, ItemDSWString
  374.     Filter,  ItemDSWString
  375.     Index,   ItemDSWString
  376.     Null4, ItemDSWString
  377.     Null5, ItemDSWString
  378.     Null6, ItemDSWString
  379.     Null7, ItemDSWString
  380.     Null8, ItemDSWString
  381. }
  382.  
  383. 05acd001-daeb-11d1-be80-00c04fadfff5 DsDirAddEntry
  384. #type Start 1
  385. {
  386.     Signature, ItemCharSign
  387.     Version, ItemCharShort
  388.     Inserts, ItemCharShort
  389.     messageId, ItemULong
  390.     BindId, ItemULong
  391.     Caller, ItemDSWString
  392.     ObjDn, ItemDSWString
  393.     Null3, ItemDSWString
  394.     Null4, ItemDSWString
  395.     Null5, ItemDSWString
  396.     Null6, ItemDSWString
  397.     Null7, ItemDSWString
  398.     Null8, ItemDSWString
  399. }
  400. #type End   2
  401. {
  402.     Signature, ItemCharSign
  403.     Version, ItemCharShort
  404.     Inserts, ItemCharShort
  405.     messageId, ItemULong
  406.     BindId, ItemULong
  407.     ErrCode, ItemDSWString
  408.     Null2, ItemDSWString
  409.     Null3, ItemDSWString
  410.     Null4, ItemDSWString
  411.     Null5, ItemDSWString
  412.     Null6, ItemDSWString
  413.     Null7, ItemDSWString
  414.     Null8, ItemDSWString
  415. }
  416.  
  417. 05acd002-daeb-11d1-be80-00c04fadfff5 DsDirMod
  418. #type Start 1
  419. {
  420.     Signature, ItemCharSign
  421.     Version, ItemCharShort
  422.     Inserts, ItemCharShort
  423.     messageId, ItemULong
  424.     BindId, ItemULong
  425.     Caller, ItemDSWString
  426.     ObjDn, ItemDSWString
  427.     Null3, ItemDSWString
  428.     Null4, ItemMLString
  429.     Null5, ItemDSWString
  430.     Null6, ItemDSWString
  431.     Null7, ItemDSWString
  432.     Null8, ItemDSWString
  433. }
  434. #type End   2
  435. {
  436.     Signature, ItemCharSign
  437.     Version, ItemCharShort
  438.     Inserts, ItemCharShort
  439.     messageId, ItemULong
  440.     BindId, ItemULong
  441.     ErrCode, ItemDSWString
  442.     Null2, ItemDSWString
  443.     Null3, ItemDSWString
  444.     Null4, ItemMLString
  445.     Null5, ItemDSWString
  446.     Null6, ItemDSWString
  447.     Null7, ItemDSWString
  448.     Null8, ItemDSWString
  449. }
  450.  
  451. 05acd005-daeb-11d1-be80-00c04fadfff5 DsDirModDN
  452. #type Start 1
  453. {
  454.     Signature, ItemCharSign
  455.     Version, ItemCharShort
  456.     Inserts, ItemCharShort
  457.     messageId, ItemULong
  458.     BindId,ItemULong
  459.     Caller, ItemDSWString
  460.     ObjDn, ItemDSWString
  461.     NewParentDn, ItemDSWString
  462.     NewName, ItemDSWString
  463.     Null5, ItemDSWString
  464.     Null6, ItemDSWString
  465.     Null7, ItemDSWString
  466.     Null8, ItemDSWString
  467. }
  468. #type End   2
  469. {
  470.     Signature, ItemCharSign
  471.     Version, ItemCharShort
  472.     Inserts, ItemCharShort
  473.     messageId, ItemULong
  474.     BindId,ItemULong
  475.     ErrCode, ItemDSWString
  476.     Null2, ItemDSWString
  477.     Null3, ItemDSWString
  478.     Null4, ItemDSWString
  479.     Null5, ItemDSWString
  480.     Null6, ItemDSWString
  481.     Null7, ItemDSWString
  482.     Null8, ItemDSWString
  483. }
  484.  
  485. 05acd003-daeb-11d1-be80-00c04fadfff5 DsDirDel
  486. #type Start 1
  487. {
  488.     Signature, ItemCharSign
  489.     Version, ItemCharShort
  490.     Inserts, ItemCharShort
  491.     messageId, ItemULong
  492.     BindId, ItemULong
  493.     Caller, ItemDSWString
  494.     ObjDn, ItemDSWString
  495.     Null3, ItemDSWString
  496.     Null4, ItemMLString
  497.     Null5, ItemDSWString
  498.     Null6, ItemDSWString
  499.     Null7, ItemDSWString
  500.     Null8, ItemDSWString
  501. }
  502. #type End   2
  503. {
  504.     Signature, ItemCharSign
  505.     Version, ItemCharShort
  506.     Inserts, ItemCharShort
  507.     messageId, ItemULong
  508.     BindId, ItemULong
  509.     ErrCode, ItemDSWString
  510.     Null2, ItemDSWString
  511.     Null3, ItemDSWString
  512.     Null4, ItemMLString
  513.     Null5, ItemDSWString
  514.     Null6, ItemDSWString
  515.     Null7, ItemDSWString
  516.     Null8, ItemDSWString
  517. }
  518.  
  519. 05acd004-daeb-11d1-be80-00c04fadfff5 DsDirCompare
  520. #type Start 1
  521. {
  522.     Signature, ItemCharSign
  523.     Version, ItemCharShort
  524.     Inserts, ItemCharShort
  525.     messageId, ItemULong
  526.     BindId, ItemULong
  527.     Caller, ItemDSWString
  528.     AssertType, ItemDSWString
  529.     ObjDn, ItemDSWString
  530.     Null4, ItemDSWString
  531.     Null5, ItemDSWString
  532.     Null6, ItemDSWString
  533.     Null7, ItemDSWString
  534.     Null8, ItemDSWString
  535. }
  536. #type End   2
  537. {
  538.     Signature, ItemCharSign
  539.     Version, ItemCharShort
  540.     Inserts, ItemCharShort
  541.     messageId, ItemULong
  542.     BindId, ItemULong
  543.     ErrCode, ItemDSWString
  544.     Null2, ItemDSWString
  545.     Null3, ItemDSWString
  546.     Null4, ItemDSWString
  547.     Null5, ItemDSWString
  548.     Null6, ItemDSWString
  549.     Null7, ItemDSWString
  550.     Null8, ItemDSWString
  551. }
  552.  
  553. 05acd006-daeb-11d1-be80-00c04fadfff5 DsDirGtNcChg
  554. #type Start 1
  555. {
  556.     Signature, ItemCharSign
  557.     Version, ItemCharShort
  558.     Inserts, ItemCharShort
  559.     messageId, ItemULong
  560.     BindId,ItemULong
  561.     UuidDest, ItemDSWString
  562.     NcDn, ItemDSWString
  563.     UsnVecFrom, ItemDSWString
  564.     flags, ItemDSWString
  565.     RetCrit, ItemDSWString
  566.     ExtOp, ItemDSWString
  567.     Null7, ItemDSWString
  568.     Null8, ItemDSWString
  569. }
  570. #type End   2
  571. {
  572.     Signature, ItemCharSign
  573.     Version, ItemCharShort
  574.     Inserts, ItemCharShort
  575.     messageId, ItemULong
  576.     BindId,ItemULong
  577.     NumObj, ItemDSWString
  578.     NumBytes, ItemDSWString
  579.     UsnVecTo, ItemDSWString
  580.     ExtRet, ItemDSWString
  581.     Null5, ItemDSWString
  582.     Null6, ItemDSWString
  583.     Null7, ItemDSWString
  584.     Null8, ItemDSWString
  585. }
  586.  
  587. 05acd007-daeb-11d1-be80-00c04fadfff5 DsDirReplSync
  588. #type Start 1
  589. {
  590.     Signature, ItemCharSign
  591.     Version, ItemCharShort
  592.     Inserts, ItemCharShort
  593.     messageId, ItemULong
  594.     BindId, ItemULong
  595.     NcDn, ItemDSWString
  596.     DsaOrUuid, ItemDSWString
  597.     Options, ItemDSWString
  598.     Null4, ItemDSWString
  599.     Null5, ItemDSWString
  600.     Null6, ItemDSWString
  601.     Null7, ItemDSWString
  602.     Null8, ItemDSWString
  603. }
  604. #type End   2
  605. {
  606.     Signature, ItemCharSign
  607.     Version, ItemCharShort
  608.     Inserts, ItemCharShort
  609.     messageId, ItemULong
  610.     BindId, ItemULong
  611.     ErrCode, ItemDSWString
  612.     Null2, ItemDSWString
  613.     Null3, ItemDSWString
  614.     Null4, ItemDSWString
  615.     Null5, ItemDSWString
  616.     Null6, ItemDSWString
  617.     Null7, ItemDSWString
  618.     Null8, ItemDSWString
  619. }
  620.  
  621. 05acd008-daeb-11d1-be80-00c04fadfff5 DsDirFind
  622. #type Start 1
  623. {
  624.     Signature, ItemCharSign
  625.     Version, ItemCharShort
  626.     Inserts, ItemCharShort
  627.     messageId, ItemULong
  628.     BindId,ItemULong
  629.     Caller, ItemDSWString
  630.     AttId, ItemDSWString
  631.     Null3, ItemDSWString
  632.     Null4, ItemDSWString
  633.     Null5, ItemDSWString
  634.     Null6, ItemDSWString
  635.     Null7, ItemDSWString
  636.     Null8, ItemDSWString
  637. }
  638. #type End   2
  639. {
  640.     Signature, ItemCharSign
  641.     Version, ItemCharShort
  642.     Inserts, ItemCharShort
  643.     messageId, ItemULong
  644.     BindId,ItemULong
  645.     ErrCode, ItemDSWString
  646.     Null2, ItemDSWString
  647.     Null3, ItemDSWString
  648.     Null4, ItemDSWString
  649.     Null5, ItemDSWString
  650.     Null6, ItemDSWString
  651.     Null7, ItemDSWString
  652.     Null8, ItemDSWString
  653. }
  654.  
  655. 05acd009-daeb-11d1-be80-00c04fadfff5 DsLdapBind
  656. #type Start 1
  657. {
  658.     Signature, ItemCharSign
  659.     Version, ItemCharShort
  660.     Inserts, ItemCharShort
  661.     messageId, ItemULong
  662.     BindId,ItemULong
  663.     Null1, ItemDSWString
  664.     Null2, ItemDSWString
  665.     Null3, ItemDSWString
  666.     Null4, ItemDSWString
  667.     Null5, ItemDSWString
  668.     Null6, ItemDSWString
  669.     Null7, ItemDSWString
  670.     Null8, ItemDSWString
  671. }
  672. #type End       2
  673. {
  674.     Signature, ItemCharSign
  675.     Version, ItemCharShort
  676.     Inserts, ItemCharShort
  677.     messageId, ItemULong
  678.     BindId,ItemULong
  679.     ErrCode, ItemDSWString
  680.     Null2, ItemDSWString
  681.     Null3, ItemDSWString
  682.     Null4, ItemDSWString
  683.     Null5, ItemDSWString
  684.     Null6, ItemDSWString
  685.     Null7, ItemDSWString
  686.     Null8, ItemDSWString
  687. }
  688.  
  689. 14f8aa22-7f4b-11d2-b389-0000f87a46c8 DsKccTask
  690. #type Start     1
  691. #type End       2
  692. {
  693.     Signature, ItemCharSign
  694.     Version, ItemCharShort
  695.     Inserts, ItemCharShort
  696.     messageId, ItemULong
  697.     BindId,ItemULong
  698.     Null1, ItemDSWString
  699.     Null2, ItemDSWString
  700.     Null3, ItemDSWString
  701.     Null4, ItemDSWString
  702.     Null5, ItemDSWString
  703.     Null6, ItemDSWString
  704.     Null7, ItemDSWString
  705.     Null8, ItemDSWString
  706. }
  707.  
  708. 14f8aa23-7f4b-11d2-b389-0000f87a46c8 DsDrsReplSync
  709. #type Start     1
  710.     Signature, ItemCharSign
  711.     Version, ItemCharShort
  712.     Inserts, ItemCharShort
  713.     messageId, ItemULong
  714.     BindId,ItemULong
  715.     ObjDN, ItemDSWString
  716.     DraSrc, ItemDSWString
  717.     UuidSrc, ItemDSWString
  718.     Options, ItemDSWString
  719.     Null5, ItemDSWString
  720.     Null6, ItemDSWString
  721.     Null7, ItemDSWString
  722.     Null8, ItemDSWString
  723. }
  724. #type End       2
  725. {
  726.     Signature, ItemCharSign
  727.     Version, ItemCharShort
  728.     Inserts, ItemCharShort
  729.     messageId, ItemULong
  730.     BindId,ItemULong
  731.     ErrCode, ItemDSWString
  732.     Null2, ItemDSWString
  733.     Null3, ItemDSWString
  734.     Null4, ItemDSWString
  735.     Null5, ItemDSWString
  736.     Null6, ItemDSWString
  737.     Null7, ItemDSWString
  738.     Null8, ItemDSWString
  739. }
  740.  
  741. 14f8aa24-7f4b-11d2-b389-0000f87a46c8 DsDrsReplGtChg
  742. #type Start     1
  743. {
  744.     Signature, ItemCharSign
  745.     Version, ItemCharShort
  746.     Inserts, ItemCharShort
  747.     messageId, ItemULong
  748.     BindId,ItemULong
  749.     UuidDest, ItemDSWString
  750.     NcDn, ItemDSWString
  751.     UsnFromHighObj, ItemDSWString
  752.     UsnFromHighProp, ItemDSWString
  753.     Flags, ItemDSWString
  754.     MaxObj, ItemDSWString
  755.     MaxBytes, ItemDSWString
  756.     ExtOp, ItemDSWString
  757. }
  758. #type End       2
  759. {
  760.     Signature, ItemCharSign
  761.     Version, ItemCharShort
  762.     Inserts, ItemCharShort
  763.     messageId, ItemULong
  764.     BindId,ItemULong
  765.     UsnToHighObj, ItemDSWString
  766.     UsnToHighProp, ItemDSWString
  767.     NumObj, ItemDSWString
  768.     NumByte, ItemDSWString
  769.     ExtRet, ItemDSWString
  770.     ErrCode, ItemDSWString
  771.     Null7, ItemDSWString
  772.     Null8, ItemDSWString
  773. }
  774.  
  775. 14f8aa25-7f4b-11d2-b389-0000f87a46c8 DsDrsUpdtRefs
  776. #type Start     1
  777. {
  778.     Signature, ItemCharSign
  779.     Version, ItemCharShort
  780.     Inserts, ItemCharShort
  781.     messageId, ItemULong
  782.     BindId,ItemULong
  783.     NcDn, ItemDSWString
  784.     DsaDest, ItemDSWString
  785.     UuidDest, ItemDSWString
  786.     Options, ItemDSWString
  787.     Null5, ItemDSWString
  788.     Null6, ItemDSWString
  789.     Null7, ItemDSWString
  790.     Null8, ItemDSWString
  791. }
  792. #type End       2
  793. {
  794.     Signature, ItemCharSign
  795.     Version, ItemCharShort
  796.     Inserts, ItemCharShort
  797.     messageId, ItemULong
  798.     BindId,ItemULong
  799.     ErrCode, ItemDSWString
  800.     Null2, ItemDSWString
  801.     Null3, ItemDSWString
  802.     Null4, ItemDSWString
  803.     Null5, ItemDSWString
  804.     Null6, ItemDSWString
  805.     Null7, ItemDSWString
  806.     Null8, ItemDSWString
  807. }
  808.  
  809. 14f8aa26-7f4b-11d2-b389-0000f87a46c8 DsDrsReplAdd
  810. #type Start     1
  811. {
  812.     Signature, ItemCharSign
  813.     Version, ItemCharShort
  814.     Inserts, ItemCharShort
  815.     messageId, ItemULong
  816.     BindId,ItemULong
  817.     NcDn, ItemDSWString
  818.     SrcDsaDn, ItemDSWString
  819.     TransDn, ItemDSWString
  820.     DsaSrc, ItemDSWString
  821.     Options, ItemDSWString
  822.     Null6, ItemDSWString
  823.     Null7, ItemDSWString
  824.     Null8, ItemDSWString
  825. }
  826. #type End       2
  827. {
  828.     Signature, ItemCharSign
  829.     Version, ItemCharShort
  830.     Inserts, ItemCharShort
  831.     messageId, ItemULong
  832.     BindId,ItemULong
  833.     ErrCode, ItemDSWString
  834.     Null2, ItemDSWString
  835.     Null3, ItemDSWString
  836.     Null4, ItemDSWString
  837.     Null5, ItemDSWString
  838.     Null6, ItemDSWString
  839.     Null7, ItemDSWString
  840.     Null8, ItemDSWString
  841. }
  842.  
  843. 14f8aa27-7f4b-11d2-b389-0000f87a46c8 DsDrsReplMod
  844. #type Start     1
  845. {
  846.     Signature, ItemCharSign
  847.     Version, ItemCharShort
  848.     Inserts, ItemCharShort
  849.     messageId, ItemULong
  850.     BindId,ItemULong
  851.     NcDn, ItemDSWString
  852.     UuidSrc, ItemDSWString
  853.     SrcDra, ItemDSWString
  854.     RepFlags, ItemDSWString
  855.     ModFields, ItemDSWString
  856.     Options, ItemDSWString
  857.     Null7, ItemDSWString
  858.     Null8, ItemDSWString
  859. }
  860. #type End       2
  861. {
  862.     Signature, ItemCharSign
  863.     Version, ItemCharShort
  864.     Inserts, ItemCharShort
  865.     messageId, ItemULong
  866.     BindId,ItemULong
  867.     ErrCode, ItemDSWString
  868.     Null2, ItemDSWString
  869.     Null3, ItemDSWString
  870.     Null4, ItemDSWString
  871.     Null5, ItemDSWString
  872.     Null6, ItemDSWString
  873.     Null7, ItemDSWString
  874.     Null8, ItemDSWString
  875. }
  876.  
  877. 14f8aa28-7f4b-11d2-b389-0000f87a46c8 DsDrsReplDel
  878. #type Start     1
  879. {
  880.     Signature, ItemCharSign
  881.     Version, ItemCharShort
  882.     Inserts, ItemCharShort
  883.     messageId, ItemULong
  884.     BindId,ItemULong
  885.     NcDn, ItemDSWString
  886.     DsaSrc, ItemDSWString
  887.     Options, ItemDSWString
  888.     Null4, ItemDSWString
  889.     Null5, ItemDSWString
  890.     Null6, ItemDSWString
  891.     Null7, ItemDSWString
  892.     Null8, ItemDSWString
  893. }
  894. #type End       2
  895. {
  896.     Signature, ItemCharSign
  897.     Version, ItemCharShort
  898.     Inserts, ItemCharShort
  899.     messageId, ItemULong
  900.     BindId,ItemULong
  901.     ErrCode, ItemDSWString
  902.     Null2, ItemDSWString
  903.     Null3, ItemDSWString
  904.     Null4, ItemDSWString
  905.     Null5, ItemDSWString
  906.     Null6, ItemDSWString
  907.     Null7, ItemDSWString
  908.     Null8, ItemDSWString
  909. }
  910.  
  911. 14f8aa29-7f4b-11d2-b389-0000f87a46c8 DsDrsVrfyNames
  912. #type Start     1
  913. {
  914.     Signature, ItemCharSign
  915.     Version, ItemCharShort
  916.     Inserts, ItemCharShort
  917.     messageId, ItemULong
  918.     BindId,ItemULong
  919.     cNames, ItemDSWString
  920.     Flags, ItemDSWString
  921.     Null3, ItemDSWString
  922.     Null4, ItemDSWString
  923.     Null5, ItemDSWString
  924.     Null6, ItemDSWString
  925.     Null7, ItemDSWString
  926.     Null8, ItemDSWString
  927. }
  928. #type End       2
  929. {
  930.     Signature, ItemCharSign
  931.     Version, ItemCharShort
  932.     Inserts, ItemCharShort
  933.     messageId, ItemULong
  934.     BindId,ItemULong
  935.     ErrCode, ItemDSWString
  936.     Null2, ItemDSWString
  937.     Null3, ItemDSWString
  938.     Null4, ItemDSWString
  939.     Null5, ItemDSWString
  940.     Null6, ItemDSWString
  941.     Null7, ItemDSWString
  942.     Null8, ItemDSWString
  943. }
  944.  
  945. 14f8aa2a-7f4b-11d2-b389-0000f87a46c8 DsDrsIntDmMv
  946. #type Start     1
  947. {
  948.     Signature, ItemCharSign
  949.     Version, ItemCharShort
  950.     Inserts, ItemCharShort
  951.     messageId, ItemULong
  952.     BindId,ItemULong
  953.     SrcDsaDn, ItemDSWString
  954.     SrcObjDn, ItemDSWString
  955.     DstNameDn, ItemDSWString
  956.     TargetNcDn, ItemDSWString
  957.     Null5, ItemDSWString
  958.     Null6, ItemDSWString
  959.     Null7, ItemDSWString
  960.     Null8, ItemDSWString
  961. }
  962. #type End       2
  963. {
  964.     Signature, ItemCharSign
  965.     Version, ItemCharShort
  966.     Inserts, ItemCharShort
  967.     messageId, ItemULong
  968.     BindId,ItemULong
  969.     ErrCode, ItemDSWString
  970.     Null2, ItemDSWString
  971.     Null3, ItemDSWString
  972.     Null4, ItemDSWString
  973.     Null5, ItemDSWString
  974.     Null6, ItemDSWString
  975.     Null7, ItemDSWString
  976.     Null8, ItemDSWString
  977. }
  978.  
  979. 14f8aa2b-7f4b-11d2-b389-0000f87a46c8 DsDrsAddEntry
  980. #type Start     1
  981. {
  982.     Signature, ItemCharSign
  983.     Version, ItemCharShort
  984.     Inserts, ItemCharShort
  985.     messageId, ItemULong
  986.     BindId,ItemULong
  987.     cObj, ItemDSWString
  988.     NameDn, ItemDSWString
  989.     NextNameDn, ItemDSWString
  990.     Null4, ItemDSWString
  991.     Null5, ItemDSWString
  992.     Null6, ItemDSWString
  993.     Null7, ItemDSWString
  994.     Null8, ItemDSWString
  995. }
  996. #type End       2
  997. {
  998.     Signature, ItemCharSign
  999.     Version, ItemCharShort
  1000.     Inserts, ItemCharShort
  1001.     messageId, ItemULong
  1002.     BindId,ItemULong
  1003.     cObjAdded, ItemDSWString
  1004.     ErrCode, ItemDSWString
  1005.     Null3, ItemDSWString
  1006.     Null4, ItemDSWString
  1007.     Null5, ItemDSWString
  1008.     Null6, ItemDSWString
  1009.     Null7, ItemDSWString
  1010.     Null8, ItemDSWString
  1011. }
  1012.  
  1013. 14f8aa2c-7f4b-11d2-b389-0000f87a46c8 DsDrsExecKcc
  1014. #type Start     1
  1015. {
  1016.     Signature, ItemCharSign
  1017.     Version, ItemCharShort
  1018.     Inserts, ItemCharShort
  1019.     messageId, ItemULong
  1020.     BindId,ItemULong
  1021.     TaskId, ItemDSWString
  1022.     Flags, ItemDSWString
  1023.     Null3, ItemDSWString
  1024.     Null4, ItemDSWString
  1025.     Null5, ItemDSWString
  1026.     Null6, ItemDSWString
  1027.     Null7, ItemDSWString
  1028.     Null8, ItemDSWString
  1029. }
  1030. #type End       2
  1031. {
  1032.     Signature, ItemCharSign
  1033.     Version, ItemCharShort
  1034.     Inserts, ItemCharShort
  1035.     messageId, ItemULong
  1036.     BindId,ItemULong
  1037.     ErrCode, ItemDSWString
  1038.     Null2, ItemDSWString
  1039.     Null3, ItemDSWString
  1040.     Null4, ItemDSWString
  1041.     Null5, ItemDSWString
  1042.     Null6, ItemDSWString
  1043.     Null7, ItemDSWString
  1044.     Null8, ItemDSWString
  1045. }
  1046.  
  1047. 14f8aa2d-7f4b-11d2-b389-0000f87a46c8 DsDrsGtReplInfo
  1048. #type Start     1
  1049. {
  1050.     Signature, ItemCharSign
  1051.     Version, ItemCharShort
  1052.     Inserts, ItemCharShort
  1053.     messageId, ItemULong
  1054.     BindId,ItemULong
  1055.     InfoType, ItemDSWString
  1056.     ObjDn, ItemDSWString
  1057.     UuidSrc, ItemDSWString
  1058.     Null4, ItemDSWString
  1059.     Null5, ItemDSWString
  1060.     Null6, ItemDSWString
  1061.     Null7, ItemDSWString
  1062.     Null8, ItemDSWString
  1063. }
  1064. #type End       2
  1065. {
  1066.     Signature, ItemCharSign
  1067.     Version, ItemCharShort
  1068.     Inserts, ItemCharShort
  1069.     messageId, ItemULong
  1070.     BindId,ItemULong
  1071.     ErrCode, ItemDSWString
  1072.     Null2, ItemDSWString
  1073.     Null3, ItemDSWString
  1074.     Null4, ItemDSWString
  1075.     Null5, ItemDSWString
  1076.     Null6, ItemDSWString
  1077.     Null7, ItemDSWString
  1078.     Null8, ItemDSWString
  1079. }
  1080.  
  1081. 14f8aa2e-7f4b-11d2-b389-0000f87a46c8 DsDrsGtNT4ChgLg
  1082. #type Start     1
  1083. {
  1084.     Signature, ItemCharSign
  1085.     Version, ItemCharShort
  1086.     Inserts, ItemCharShort
  1087.     messageId, ItemULong
  1088.     BindId,ItemULong
  1089.     flags, ItemDSWString
  1090.     maxLen, ItemDSWString
  1091.     Null3, ItemDSWString
  1092.     Null4, ItemDSWString
  1093.     Null5, ItemDSWString
  1094.     Null6, ItemDSWString
  1095.     Null7, ItemDSWString
  1096.     Null8, ItemDSWString
  1097. }
  1098. #type End       2
  1099. {
  1100.     Signature, ItemCharSign
  1101.     Version, ItemCharShort
  1102.     Inserts, ItemCharShort
  1103.     messageId, ItemULong
  1104.     BindId,ItemULong
  1105.     NtStatus, ItemDSWString
  1106.     Null2, ItemDSWString
  1107.     Null3, ItemDSWString
  1108.     Null4, ItemDSWString
  1109.     Null5, ItemDSWString
  1110.     Null6, ItemDSWString
  1111.     Null7, ItemDSWString
  1112.     Null8, ItemDSWString
  1113. }
  1114.  
  1115. 14f8aa2f-7f4b-11d2-b389-0000f87a46c8 DsDrsCrackNames
  1116. #type Start     1
  1117. {
  1118.     Signature, ItemCharSign
  1119.     Version, ItemCharShort
  1120.     Inserts, ItemCharShort
  1121.     messageId, ItemULong
  1122.     BindId,ItemULong
  1123.     cNames, ItemDSWString
  1124.     CodePage, ItemDSWString
  1125.     LocaleId, ItemDSWString
  1126.     FmtOffered, ItemDSWString
  1127.     FmtDesired, ItemDSWString
  1128.     Flags, ItemDSWString
  1129.     Null7, ItemDSWString
  1130.     Null8, ItemDSWString
  1131. }
  1132. #type End       2
  1133. {
  1134.     Signature, ItemCharSign
  1135.     Version, ItemCharShort
  1136.     Inserts, ItemCharShort
  1137.     messageId, ItemULong
  1138.     BindId,ItemULong
  1139.     ErrCode, ItemDSWString
  1140.     Null2, ItemDSWString
  1141.     Null3, ItemDSWString
  1142.     Null4, ItemDSWString
  1143.     Null5, ItemDSWString
  1144.     Null6, ItemDSWString
  1145.     Null7, ItemDSWString
  1146.     Null8, ItemDSWString
  1147. }
  1148.  
  1149. 14f8aa30-7f4b-11d2-b389-0000f87a46c8 DsDrsWrtSPN
  1150. #type Start     1
  1151. {
  1152.     Signature, ItemCharSign
  1153.     Version, ItemCharShort
  1154.     Inserts, ItemCharShort
  1155.     messageId, ItemULong
  1156.     BindId,ItemULong
  1157.     Account, ItemDSWString
  1158.     Op, ItemDSWString
  1159.     cSpn, ItemDSWString
  1160.     Flags, ItemDSWString
  1161.     Null5, ItemDSWString
  1162.     Null6, ItemDSWString
  1163.     Null7, ItemDSWString
  1164.     Null8, ItemDSWString
  1165. }
  1166. #type End       2
  1167. {
  1168.     Signature, ItemCharSign
  1169.     Version, ItemCharShort
  1170.     Inserts, ItemCharShort
  1171.     messageId, ItemULong
  1172.     BindId,ItemULong
  1173.     ErrCode, ItemDSWString
  1174.     Null2, ItemDSWString
  1175.     Null3, ItemDSWString
  1176.     Null4, ItemDSWString
  1177.     Null5, ItemDSWString
  1178.     Null6, ItemDSWString
  1179.     Null7, ItemDSWString
  1180.     Null8, ItemDSWString
  1181. }
  1182.  
  1183. 14f8aa31-7f4b-11d2-b389-0000f87a46c8 DsDrsDCInfo
  1184. #type Start     1
  1185. {
  1186.     Signature, ItemCharSign
  1187.     Version, ItemCharShort
  1188.     Inserts, ItemCharShort
  1189.     messageId, ItemULong
  1190.     BindId,ItemULong
  1191.     Domain, ItemDSWString
  1192.     InfoLevel, ItemDSWString
  1193.     Null3, ItemDSWString
  1194.     Null4, ItemDSWString
  1195.     Null5, ItemDSWString
  1196.     Null6, ItemDSWString
  1197.     Null7, ItemDSWString
  1198.     Null8, ItemDSWString
  1199. }
  1200. #type End       2
  1201. {
  1202.     Signature, ItemCharSign
  1203.     Version, ItemCharShort
  1204.     Inserts, ItemCharShort
  1205.     messageId, ItemULong
  1206.     BindId,ItemULong
  1207.     ErrCode, ItemDSWString
  1208.     Null2, ItemDSWString
  1209.     Null3, ItemDSWString
  1210.     Null4, ItemDSWString
  1211.     Null5, ItemDSWString
  1212.     Null6, ItemDSWString
  1213.     Null7, ItemDSWString
  1214.     Null8, ItemDSWString
  1215. }
  1216.  
  1217. 14f8aa32-7f4b-11d2-b389-0000f87a46c8 DsDrsGtMbrshps
  1218. #type Start     1
  1219. {
  1220.     Signature, ItemCharSign
  1221.     Version, ItemCharShort
  1222.     Inserts, ItemCharShort
  1223.     messageId, ItemULong
  1224.     BindId,ItemULong
  1225.     cDsNames, ItemDSWString
  1226.     OpType, ItemDSWString
  1227.     LimitDomDn, ItemDSWString
  1228.     Flags, ItemDSWString
  1229.     Null5, ItemDSWString
  1230.     Null6, ItemDSWString
  1231.     Null7, ItemDSWString
  1232.     Null8, ItemDSWString
  1233. }
  1234. #type End       2
  1235. {
  1236.     Signature, ItemCharSign
  1237.     Version, ItemCharShort
  1238.     Inserts, ItemCharShort
  1239.     messageId, ItemULong
  1240.     BindId,ItemULong
  1241.     ErrCode, ItemDSWString
  1242.     Null2, ItemDSWString
  1243.     Null3, ItemDSWString
  1244.     Null4, ItemDSWString
  1245.     Null5, ItemDSWString
  1246.     Null6, ItemDSWString
  1247.     Null7, ItemDSWString
  1248.     Null8, ItemDSWString
  1249. }
  1250.  
  1251. 5b7eb154-7441-11d2-b711-00c04fb998a2 LdapAtqGuid
  1252. #type Start 1
  1253. #type End   2
  1254. {
  1255.     Signature, ItemCharSign
  1256.     Version, ItemCharShort
  1257.     Inserts, ItemCharShort
  1258.     messageId, ItemULong
  1259.     BindId,ItemULong
  1260. }
  1261.  
  1262. b9d4702a-6a98-11d2-b710-00c04fb998a2 LdapRequest
  1263. #type Start 1
  1264. {
  1265.     Signature, ItemCharSign
  1266.     Version, ItemCharShort
  1267.     Inserts, ItemCharShort
  1268.     messageId, ItemULong
  1269.     BindId,ItemULong
  1270.     Choice, ItemDSWString
  1271.     Null2, ItemDSWString
  1272.     Null3, ItemDSWString
  1273.     Null4, ItemDSWString
  1274.     Null5, ItemDSWString
  1275.     Null6, ItemDSWString
  1276.     Null7, ItemDSWString
  1277.     Null8, ItemDSWString
  1278. }
  1279. #type End   2
  1280. {
  1281.     Signature, ItemCharSign
  1282.     Version, ItemCharShort
  1283.     Inserts, ItemCharShort
  1284.     messageId, ItemULong
  1285.     BindId,ItemULong
  1286.     Id, ItemDSWString
  1287.     ErrCode, ItemDSWString
  1288.     Null3, ItemDSWString
  1289.     Null4, ItemDSWString
  1290.     Null5, ItemDSWString
  1291.     Null6, ItemDSWString
  1292.     Null7, ItemDSWString
  1293.     Null8, ItemDSWString
  1294. }
  1295.  
  1296. //******************************************
  1297. // KDC Events 
  1298. // 24db8964-e6bc-11d1-916a-0000f8045b04
  1299. //******************************************
  1300.  
  1301. 50af5304-e6bc-11d1-916a-0000f8045b04 GetASTicket
  1302. #type Start 1
  1303. {
  1304.     KdcOption, ItemULongX
  1305. }
  1306. #type End   2
  1307. {
  1308.     KerbErr, ItemULongX
  1309.     Client, ItemPWString
  1310.     Server, ItemPWString
  1311.     RequestRealm, ItemPWString
  1312. }
  1313.  
  1314. c11cf384-e6bd-11d1-916a-0000f8045b04 TGSRequest
  1315. #type Start 1
  1316. {
  1317.     KdcOption, ItemULongX
  1318. }
  1319. #type End   2
  1320. {
  1321.     KerbErr, ItemULongX
  1322.     Client, ItemPWString
  1323.     ServerAcct, ItemPWString
  1324.     ClientRealm, ItemPWString
  1325. }
  1326.  
  1327. a34d7f52-1dd0-434e-88a1-423e2a199946  KdcChangePass
  1328. #type Start 1
  1329. {
  1330. }
  1331. #type End   2
  1332. {
  1333.     KerbErr, ItemULongX
  1334.     ExtErr,  ItemULongX
  1335.     Klininfo, ItemULongX
  1336.     ClientRealm, ItemPWString
  1337.     AccountName, ItemPWString
  1338. }
  1339.         
  1340.  
  1341. //******************************************
  1342. // Kerberos.dll Events
  1343. // bba3add2-c229-4cdb-ae2b-57eb6966b0c4
  1344. //******************************************
  1345.  
  1346.  
  1347. 8a3b8d86-db1e-47a9-9264-146e097b3c64  KerbLogonUser
  1348. #type Start 1
  1349. {
  1350. }
  1351. #type End 2
  1352. {
  1353.    Status,  ItemULongX
  1354.    LogonType, ItemPWString
  1355.    UserName, ItemPWString
  1356.    LogonDomain, ItemPWString
  1357. }
  1358.  
  1359. 52e82f1a-7cd4-47ed-b5e5-fde7bf64cea6 KerbInitSecurityContext
  1360. #type Start 1
  1361. {
  1362. }
  1363. #type End   2
  1364. {
  1365.     Status,     ItemULongX
  1366.     CredSource, ItemPWString
  1367.     DomainName, ItemPWString 
  1368.     UserName,   ItemPWString
  1369.     Target,     ItemPWString
  1370.     ExtError,   ItemULongX
  1371.     klininfo,   ItemULongX    
  1372. }
  1373. 94acefe3-9e56-49e3-9895-7240a231c371 KerbAcceptSecurityContext
  1374. #type Start 1
  1375. {
  1376. }
  1377. #type End   2
  1378. {
  1379.     Status,     ItemULongX
  1380.     CredSource, ItemPWString
  1381.     DomainName, ItemPWString 
  1382.     UserName,   ItemPWString
  1383.     Target,     ItemPWString
  1384. }
  1385.  
  1386. 94c79108-b23b-4418-9b7f-e6d75a3a0ab2 KerbSetPassword
  1387. #type Start 1
  1388. {
  1389. }
  1390. #type End   2
  1391. {
  1392.     Status,       ItemULongX
  1393.     AccountName,  ItemPWString
  1394.     AccountRealm, ItemPWString
  1395.     ClientName,   ItemPWString
  1396.     ClientRealm,  ItemPWString
  1397.     KdcAddress,   ItemPWString 
  1398. }
  1399.  
  1400. c55e606b-334a-488b-b907-384abaa97b04 KerbChangePassword
  1401. #type Start 1
  1402. {
  1403. }
  1404. #type End   2
  1405. {
  1406.     Status,       ItemULongX
  1407.     AccountName,  ItemPWString
  1408.     DomainName,   ItemPWString
  1409. }
  1410.  
  1411.  
  1412. //******************************************
  1413. // SAM Events 
  1414. // 8e598056-8993-11d2-819e-0000f875a064
  1415. //******************************************
  1416.  
  1417. 39511dbe-899b-11d2-819e-0000f875a064 SamUserCreate
  1418. #type Start 1
  1419. {
  1420.     Sam, ItemWString
  1421.     Version, ItemULong
  1422.     Sid, ItemWString
  1423.     Client, ItemWString
  1424. }
  1425.  
  1426. #type End   2
  1427.  
  1428. abb14b68-899b-11d2-819e-0000f875a064 SamCompCreate
  1429. #type Start 1
  1430. {
  1431.     Sam, ItemWString
  1432.     Version, ItemULong
  1433.     Sid, ItemWString
  1434.     Client, ItemWString
  1435. }
  1436. #type End   2
  1437.  
  1438. c8eb5e5c-899c-11d2-819e-0000f875a064 SamGrpCreate
  1439. #type Start 1
  1440. {
  1441.     Sam, ItemWString
  1442.     Version, ItemULong
  1443.     Sid, ItemWString
  1444.     Client, ItemWString
  1445. }
  1446. #type End   2
  1447.  
  1448. f9d2ba6a-899c-11d2-819e-0000f875a064 SamAddMemGrp
  1449. #type Start 1
  1450. {
  1451.     Sam, ItemWString
  1452.     Version, ItemULong
  1453.     Sid, ItemWString
  1454.     Client, ItemWString
  1455. }
  1456. #type End   2
  1457.  
  1458. 250959aa-899d-11d2-819e-0000f875a064 SamDelMemGrp
  1459. #type Start 1
  1460. {
  1461.     Sam, ItemWString
  1462.     Version, ItemULong
  1463.     Sid, ItemWString
  1464.     Client, ItemWString
  1465. }
  1466. #type End   2
  1467.  
  1468. 45fc997e-899d-11d2-819e-0000f875a064 SamPwdChng
  1469. #type Start 1
  1470. {
  1471.     Sam, ItemWString
  1472.     Version, ItemULong
  1473.     Sid, ItemWString
  1474.     Client, ItemWString
  1475. }
  1476. #type End   2
  1477.  
  1478. 62bef71e-899d-11d2-819e-0000f875a064 SamUserPwdSet
  1479. #type Start 1
  1480. {
  1481.     Sam, ItemWString
  1482.     Version, ItemULong
  1483.     Sid, ItemWString
  1484.     Client, ItemWString
  1485. }
  1486. #type End   2
  1487.  
  1488. 880217b8-899d-11d2-819e-0000f875a064 SamCompPwdSet
  1489. #type Start 1
  1490. {
  1491.     Sam, ItemWString
  1492.     Version, ItemULong
  1493.     Sid, ItemWString
  1494.     Client, ItemWString
  1495. }
  1496. #type End   2
  1497.  
  1498. 1f228de8-8a6c-11d2-819e-0000f875a064 SamPwdPushPdc
  1499. #type Start 1
  1500. {
  1501.     Sam, ItemWString
  1502.     Version, ItemULong
  1503.     Sid, ItemWString
  1504.     Client, ItemWString
  1505. }
  1506. #type End   2
  1507.  
  1508. a41d90bc-899d-11d2-819e-0000f875a064 SamIdByName
  1509. #type Start 1
  1510. {
  1511.     Sam, ItemWString
  1512.     Version, ItemULong
  1513.     Sid, ItemWString
  1514.     Client, ItemWString
  1515. }
  1516. #type End   2
  1517.  
  1518. 25059476-899f-11d2-819e-0000f875a064 SamNameById
  1519. #type Start 1
  1520. {
  1521.     Sam, ItemWString
  1522.     Version, ItemULong
  1523.     Sid, ItemWString
  1524.     Client, ItemWString
  1525. }
  1526. #type End   2
  1527. //*********************************************
  1528. // *** Active Directory Service Provider: SAM
  1529. //     W2K SP Specials
  1530. //*********************************************
  1531.  
  1532. 8c89045c-3f5d-4289-939a-fb854000cb6b SamConnect
  1533. #type Start    1
  1534. {
  1535.     Sam, ItemWString
  1536.     Version, ItemULong
  1537.     Sid, ItemWString
  1538.     Client, ItemWString
  1539. }
  1540. #type End      2
  1541.  
  1542. dbc0ceab-cff3-4c0f-85f2-0c2107142f36 SamCloseHandle
  1543. #type Start    1
  1544. {
  1545.     Sam, ItemWString
  1546.     Version, ItemULong
  1547.     Sid, ItemWString
  1548.     Client, ItemWString
  1549. }
  1550. #type End   2
  1551.  
  1552. 74e10cbb-202e-4a97-871d-8547972b5141 SamSetSecurityObj
  1553. #type Start    1
  1554. {
  1555.     Sam, ItemWString
  1556.     Version, ItemULong
  1557.     Sid, ItemWString
  1558.     Client, ItemWString
  1559. }
  1560. #type End      2
  1561.  
  1562. 676347f3-fd20-4e7d-90b1-77e35f84af9a SamQuerySecurityObj
  1563. #type Start    1
  1564. {
  1565.     Sam, ItemWString
  1566.         Version, ItemULong
  1567.     Sid, ItemWString
  1568.     Client, ItemWString
  1569. }
  1570. #type End      2
  1571.  
  1572. f8012701-7e99-49c5-b832-1db8bc4a610d SamShutdownSamSrv
  1573. #type Start    1
  1574. {
  1575.     Sam, ItemWString
  1576.     Version, ItemULong
  1577.     Sid, ItemWString
  1578.     Client, ItemWString
  1579. }
  1580. #type End      2
  1581.  
  1582. a11e5d6b-353d-4bf6-97a8-ede4cba45524 SamLookupDomInSamSrv
  1583. #type Start    1
  1584. {
  1585.     Sam, ItemWString
  1586.     Version, ItemULong
  1587.     Sid, ItemWString
  1588.     Client, ItemWString
  1589. }
  1590. #type End      2
  1591. 7c65ceb0-75ba-46b9-884e-67e038c5b003 SamEnumDomInSamSrv
  1592. #type Start    1
  1593. {
  1594.     Sam, ItemWString
  1595.     Version, ItemULong
  1596.     Sid, ItemWString
  1597.     Client, ItemWString
  1598. }
  1599. #type End      2
  1600.  
  1601. 6e1f2449-f1f3-4634-b51f-46e2c6625892 SamOpenDomain
  1602. #type Start    1
  1603. {
  1604.     Sam, ItemWString
  1605.     Version, ItemULong
  1606.     Sid, ItemWString
  1607.     Client, ItemWString
  1608. }
  1609. {
  1610.     Sam, ItemWString
  1611.     L1, ItemULong
  1612.     Sid, ItemWString
  1613.     IP, ItemWString
  1614.     L2, ItemULong
  1615. }
  1616. #type End      2
  1617. {
  1618.     Sam, ItemWString
  1619.     L1, ItemULong
  1620.     Sid, ItemWString
  1621.     IP, ItemWString
  1622.     L2, ItemULong
  1623. }
  1624.  
  1625. 89399c21-4aaf-408e-ba39-ab831a1298d5 SamQueryInfoDom
  1626. #type Start    1
  1627. {
  1628.     Sam, ItemWString
  1629.     Version, ItemULong
  1630.     Sid, ItemWString
  1631.     Client, ItemWString
  1632. }
  1633. #type End      2
  1634. 45309ef4-c59e-425e-b95b-19f1c5a3c55a SamSetInfoDom
  1635. #type Start    1
  1636. {
  1637.     Sam, ItemWString
  1638.     Version, ItemULong
  1639.     Sid, ItemWString
  1640.     Client, ItemWString
  1641. }
  1642. #type End      2
  1643.  
  1644.  
  1645. 5d11e02f-0c36-4180-ad07-89062c9df9ec SamEnumGrpsInDom
  1646. #type Start    1
  1647. {
  1648.     Sam, ItemWString
  1649.     Version, ItemULong
  1650.     Sid, ItemWString
  1651.     Client, ItemWString
  1652. }
  1653. #type End      2
  1654.  
  1655.  
  1656.  
  1657. 07ffaa1d-34f6-49cd-b541-2f0d7dff15c4 SamEnumUsersInDom
  1658. #type Start    1
  1659. {
  1660.     Sam, ItemWString
  1661.     Version, ItemULong
  1662.     Sid, ItemWString
  1663.     Client, ItemWString
  1664. }
  1665. #type End      2
  1666.  
  1667. 5e612efd-c05e-4f76-bced-f5607aa3d46e SamCreateAliasInDom
  1668. #type Start    1
  1669. {
  1670.     Sam, ItemWString
  1671.     Version, ItemULong
  1672.     Sid, ItemWString
  1673.     Client, ItemWString
  1674. }
  1675. #type End      2
  1676. f1fea491-bfa6-436c-a178-a70d03b4fb1a SamEnumAliasesInDom
  1677. #type Start    1
  1678. {
  1679.     Sam, ItemWString
  1680.     Version, ItemULong
  1681.     Sid, ItemWString
  1682.     Client, ItemWString
  1683. }
  1684. #type End      2
  1685.  
  1686.  
  1687. 1cf5fd19-1ac1-4324-84f7-970a634a91ee SamGetAliasMem
  1688. #type Start    1
  1689. {
  1690.     Sam, ItemWString
  1691.     Version, ItemULong
  1692.     Sid, ItemWString
  1693.     Client, ItemWString
  1694. }
  1695. {
  1696.     Sam, ItemWString
  1697.     L1, ItemULong
  1698.     Sid, ItemWString
  1699.     IP, ItemWString
  1700.         L2, ItemULong
  1701. }
  1702. #type End      2
  1703. {
  1704.     Sam, ItemWString
  1705.     L1, ItemULong
  1706.     Sid, ItemWString
  1707.     IP, ItemWString
  1708.     L2, ItemULong
  1709. }
  1710. b41d7bdf-4249-4651-ac0f-1879be0d5c0c SamOpenGrp
  1711. #type Start    1
  1712. {
  1713.     Sam, ItemWString
  1714.     Version, ItemULong
  1715.     Sid, ItemWString
  1716.     Client, ItemWString
  1717. }
  1718. #type End      2
  1719.  
  1720. 632fcc78-6057-48f9-8d5f-4bb0f73d3cd1 SamQueryInfoGrp
  1721. #type Start    1
  1722. {
  1723.     Sam, ItemWString
  1724.     Version, ItemULong
  1725.     Sid, ItemWString
  1726.     Client, ItemWString
  1727. }
  1728. #type End      2
  1729.  
  1730. 26106246-4473-4295-841b-4a51c6afc3db SamSetInfoGrp
  1731. #type Start    1
  1732. {
  1733.     Sam, ItemWString
  1734.     Version, ItemULong
  1735.     Sid, ItemWString
  1736.     Client, ItemWString
  1737. }
  1738. #type End      2
  1739.  
  1740.  
  1741. 5f7c4ba5-d6a4-4625-900e-48fa7811e06a SamDeleteGrp
  1742. #type Start    1
  1743. {
  1744.     Sam, ItemWString
  1745.     Version, ItemULong
  1746.     Sid, ItemWString
  1747.     Client, ItemWString
  1748. }
  1749. #type End      2
  1750. 5954bc51-c5ec-4aaa-831c-6f2c1b2515b6 SamGetMemInGrp
  1751. #type Start    1
  1752. {
  1753.     Sam, ItemWString
  1754.     Version, ItemULong
  1755.     Sid, ItemWString
  1756.     Client, ItemWString
  1757. }
  1758. #type End      2
  1759.  
  1760. 0254ba6d-7ff0-4bfe-a3f9-8fd8da667641 SamSetMemAttrsOfGrp
  1761. #type Start    1
  1762. {
  1763.     Sam, ItemWString
  1764.     Version, ItemULong
  1765.     Sid, ItemWString
  1766.     Client, ItemWString
  1767. }
  1768. #type End      2
  1769.  
  1770. ba41c883-592f-4ab9-b2a9-c6263b011fe7 SamOpenAlias
  1771. #type Start    1
  1772. {
  1773.     Sam, ItemWString
  1774.     Version, ItemULong
  1775.     Sid, ItemWString
  1776.     Client, ItemWString
  1777. }
  1778. #type End      2
  1779.  
  1780. 419f025a-bf06-4673-af66-d230bec2af02 SamQueryInfoAlias
  1781. #type Start    1
  1782. {
  1783.     Sam, ItemWString
  1784.     Version, ItemULong
  1785.     Sid, ItemWString
  1786.     Client, ItemWString
  1787. }
  1788. #type End      2
  1789. e712d39d-a3a6-4224-a1bd-4717b24e4e8c SamSetInfoAlias
  1790. #type Start    1
  1791. {
  1792.     Sam, ItemWString
  1793.     Version, ItemULong
  1794.     Sid, ItemWString
  1795.     Client, ItemWString
  1796. }
  1797. #type End      2
  1798.  
  1799. fbfe2540-452b-41bb-9219-dfb6fd1a129b SamDeleteAlias
  1800. #type Start    1
  1801. {
  1802.     Sam, ItemWString
  1803.     Version, ItemULong
  1804.     Sid, ItemWString
  1805.     Client, ItemWString
  1806. }
  1807. #type End      2
  1808.  
  1809. 3a2e63d1-5dc4-4168-85ea-3e331f88ce83 SamAddMemToAlias
  1810. #type Start    1
  1811. {
  1812.     Sam, ItemWString
  1813.     Version, ItemULong
  1814.     Sid, ItemWString
  1815.     Client, ItemWString
  1816. }
  1817. #type End      2
  1818.  
  1819.  
  1820. 6ba1639c-afc4-454e-b3e0-5e8f7fc39af9 SamRemoveMemFromAlias
  1821. #type Start    1
  1822. {
  1823.     Sam, ItemWString
  1824.     Version, ItemULong
  1825.     Sid, ItemWString
  1826.     Client, ItemWString
  1827. }
  1828. #type End      2
  1829. 5cec3d52-6eeb-474d-b468-58362888f1b0 SamGetMemInAlias
  1830. #type Start    1
  1831. {
  1832.     Sam, ItemWString
  1833.     Version, ItemULong
  1834.     Sid, ItemWString
  1835.     Client, ItemWString
  1836. }
  1837. #type End      2
  1838.  
  1839. b8d2bc4a-1525-4386-bb1c-6bb2e24eb001 SamOpenUser
  1840. #type Start    1
  1841. {
  1842.     Sam, ItemWString
  1843.     Version, ItemULong
  1844.     Sid, ItemWString
  1845.     Client, ItemWString
  1846. }
  1847. #type End      2
  1848.  
  1849. c2a0e094-a178-4372-b4fe-a33e48c3585c SamDeleteUser
  1850. #type Start    1
  1851. {
  1852.     Sam, ItemWString
  1853.     Version, ItemULong
  1854.     Sid, ItemWString
  1855.     Client, ItemWString
  1856. }
  1857. #type End      2
  1858.  
  1859. e1cb227a-6d55-4282-a5f7-6fa4a5922c0b SamQueryInfoUser
  1860. #type Start    1
  1861. {
  1862.     Sam, ItemWString
  1863.     Version, ItemULong
  1864.     Sid, ItemWString
  1865.     Client, ItemWString
  1866. }
  1867. #type End      2
  1868. bc80e27f-6b74-4da9-abfc-2e4e82b81000 SamSetInfoUser
  1869. #type Start    1
  1870. {
  1871.     Sam, ItemWString
  1872.     Version, ItemULong
  1873.     Sid, ItemWString
  1874.     Client, ItemWString
  1875. }
  1876. #type End      2
  1877.  
  1878.  
  1879. 19b30cde-3e41-4cff-83c8-3df2779f840c SamChangePwdComputer
  1880. #type Start    1
  1881. {
  1882.     Sam, ItemWString
  1883.     Version, ItemULong
  1884.     Sid, ItemWString
  1885.     Client, ItemWString
  1886. }
  1887. #type End      2
  1888.  
  1889.  
  1890. 0e3913c5-9760-4ced-b133-004a64e8d53c SamGetGrpsForUser
  1891. #type Start    1
  1892. {
  1893.     Sam, ItemWString
  1894.     Version, ItemULong
  1895.     Sid, ItemWString
  1896.     Client, ItemWString
  1897. }
  1898. #type End      2
  1899.  
  1900.  
  1901. eb225178-f5f0-42b7-895b-db89276f647a SamQueryDisplayInfo
  1902. #type Start    1
  1903. {
  1904.     Sam, ItemWString
  1905.     Version, ItemULong
  1906.     Sid, ItemWString
  1907.     Client, ItemWString
  1908. }
  1909. #type End      2
  1910. aceb7864-9a14-4c73-8ed0-94ec53f6651c SamGetDisplayEnumIdx
  1911. #type Start    1
  1912. {
  1913.     Sam, ItemWString
  1914.     Version, ItemULong
  1915.     Sid, ItemWString
  1916.     Client, ItemWString
  1917. }
  1918. #type End      2
  1919.  
  1920. 4ff7a7db-43ca-470a-8b64-3003e2d22042 SamGetUserDomPwdInfo
  1921. #type Start    1
  1922. {
  1923.     Sam, ItemWString
  1924.     Version, ItemULong
  1925.     Sid, ItemWString
  1926.     Client, ItemWString
  1927. }
  1928. #type End      2
  1929.  
  1930. 8919f267-a053-4669-aa69-2da0d4a20d92 SamRemoveMemFromForeignDom
  1931. #type Start    1
  1932. {
  1933.     Sam, ItemWString
  1934.     Version, ItemULong
  1935.     Sid, ItemWString
  1936.     Client, ItemWString
  1937. }
  1938. #type End      2
  1939.  
  1940. ff0c6ce2-9528-4a91-b9c7-bcf834b6f79a SamGetDomPwdInfo
  1941. #type Start    1
  1942. {
  1943.     Sam, ItemWString
  1944.     Version, ItemULong
  1945.     Sid, ItemWString
  1946.     Client, ItemWString
  1947. }
  1948. #type End      2
  1949.  
  1950. 2e991575-c2ed-42a7-97ff-a0d6571f1862 SamSetBootKeyInfo
  1951. #type Start    1
  1952. {
  1953.     Sam, ItemWString
  1954.     Version, ItemULong
  1955.     Sid, ItemWString
  1956.     Client, ItemWString
  1957. }
  1958. #type End      2
  1959.  
  1960. 33be4128-d02e-4b6f-949e-ab77cc8164b1 SamGetBootKeyInfo
  1961. #type Start    1
  1962. {
  1963.     Sam, ItemWString
  1964.     Version, ItemULong
  1965.     Sid, ItemWString
  1966.     Client, ItemWString
  1967. }
  1968. #type End      2
  1969.  
  1970. //******************************************
  1971. // LSA Events
  1972. // cc85922f-db41-11d2-9244-006008269001 MSLSATrace
  1973. //******************************************
  1974.  
  1975. cc85922e-db41-11d2-9244-006008269001 QuerySecret
  1976. #type Start 1
  1977. #type End   2
  1978.  
  1979. 2306fe3b-dbf6-11d2-9244-006008269001 Close
  1980. #type Start 1
  1981. #type End   2
  1982.  
  1983. 2306fe3a-dbf6-11d2-9244-006008269001 OpenPolicy
  1984. #type Start 1
  1985. #type End   2
  1986.  
  1987. 2306fe39-dbf6-11d2-9244-006008269001 QueryInfoPolicy
  1988. #type Start 1
  1989. #type End   2
  1990.  
  1991. 2306fe38-dbf6-11d2-9244-006008269001 SetInfoPolicy
  1992. #type Start 1
  1993. #type End   2
  1994.  
  1995. 2306fe37-dbf6-11d2-9244-006008269001 EnumTrustedDoms
  1996. #type Start 1
  1997. #type End   2
  1998.  
  1999. 2306fe36-dbf6-11d2-9244-006008269001 LookupNames
  2000. #type Start 1
  2001. #type End   2
  2002.  
  2003. 2306fe35-dbf6-11d2-9244-006008269001 LookupSids
  2004. #type Start 1
  2005. #type End   2
  2006.  
  2007. 2306fe34-dbf6-11d2-9244-006008269001 OpenTrustedDomain
  2008. #type Start 1
  2009. #type End   2
  2010.  
  2011. 2306fe33-dbf6-11d2-9244-006008269001 QryInfoTrustDom
  2012. #type Start 1
  2013. #type End   2
  2014.  
  2015. 2306fe32-dbf6-11d2-9244-006008269001 SetInfoTrustedDom
  2016. #type Start 1
  2017. #type End   2
  2018.  
  2019. 2306fe31-dbf6-11d2-9244-006008269001 QueryInfoPolicy2
  2020. #type Start 1
  2021. #type End   2
  2022.  
  2023. 2306fe30-dbf6-11d2-9244-006008269001 SetInfoPolicy2
  2024. #type Start 1
  2025. #type End   2
  2026.  
  2027. 2306fe2f-dbf6-11d2-9244-006008269001 QryTrstDomByNam
  2028. #type Start 1
  2029. #type End   2
  2030.  
  2031. 2306fe2e-dbf6-11d2-9244-006008269001 SetTrstedDomInfoByNam
  2032. #type Start 1
  2033. #type End   2
  2034.  
  2035. 2306fe2d-dbf6-11d2-9244-006008269001 EnumTrstedDomEx
  2036. #type Start 1
  2037. #type End   2
  2038.  
  2039. 2306fe2c-dbf6-11d2-9244-006008269001 CreateTrustedDomEx
  2040. #type Start 1
  2041. #type End   2
  2042.  
  2043. 2306fe2b-dbf6-11d2-9244-006008269001 QueryDomainInfoPolicy
  2044. #type Start 1
  2045. #type End   2
  2046.  
  2047. 2306fe2a-dbf6-11d2-9244-006008269001 SetDomainInfoPolicy
  2048. #type Start 1
  2049. #type End   2
  2050.  
  2051. 2306fe29-dbf6-11d2-9244-006008269001 OpTrustedDomByName
  2052. #type Start 1
  2053. #type End   2
  2054.  
  2055. 393da8c0-dbed-11d2-895b-00c04f79ab69  NlServerAuth
  2056. #type Start 1
  2057. {
  2058.         Client, ItemWString
  2059.         Account, ItemWString
  2060.         ChannelType, ItemULongX
  2061.         NegotiatedFlags, ItemULongX
  2062. }
  2063. #type End   2
  2064. {
  2065.         Client, ItemWString
  2066.         Account, ItemWString
  2067.         ChannelType, ItemULongX
  2068.         NegotiatedFlags, ItemULongX
  2069.         Status, ItemULongX
  2070. }
  2071.  
  2072. 63dbb180-dbed-11d2-895b-00c04f79ab69 NlSecChanlSetup
  2073. #type Start 1
  2074. #type End   2
  2075.  
  2076. //*****************************************************************************
  2077. // SRV events
  2078. //*****************************************************************************
  2079. e09074ae-0a98-4805-9a41-a8940af97086 SrvSmb
  2080. #type CreateDirectory          0
  2081. #type DeleteDirectory          1
  2082. #type Open                     2
  2083. #type Create                   3
  2084. #type Close                    4
  2085. #type Flush                    5
  2086. #type Delete                   6
  2087. #type Rename                   7
  2088. #type QueryInformation         8
  2089. #type SetInformation           9
  2090. #type Read                    10
  2091. #type Write                   11
  2092. #type LockByteRange           12
  2093. #type UnlockByteRange         13
  2094. #type CreateTemporary         14
  2095. #type CheckDirectory          15
  2096. #type ProcessExit             16
  2097. #type Seek                    17
  2098. #type LockAndRead             18
  2099. #type SetInformation2         19
  2100. #type QueryInformation2       20
  2101. #type LockingAndX             21
  2102. #type Transaction             22
  2103. #type TransactionSecondary    23
  2104. #type Ioctl                   24
  2105. #type IoctlSecondary          25
  2106. #type Move                    26
  2107. #type Echo                    27
  2108. #type OpenAndX                28
  2109. #type ReadAndX                29
  2110. #type WriteAndX               30
  2111. #type FindClose2              31
  2112. #type FindNotifyClose         32
  2113. #type TreeConnect             33
  2114. #type TreeDisconnect          34
  2115. #type Negotiate               35
  2116. #type SessionSetupAndX        36
  2117. #type LogoffAndX              37
  2118. #type TreeConnectAndX         38
  2119. #type QueryInformationDisk    39
  2120. #type Search                  40
  2121. #type NtTransaction           41
  2122. #type NtTransactionSecondary  42
  2123. #type NtCreateAndX            43
  2124. #type NtCancel                44
  2125. #type OpenPrintFile           45
  2126. #type ClosePrintFile          46
  2127. #type GetPrintQueue           47
  2128. #type ReadRaw                 48
  2129. #type WriteRaw                49
  2130. #type ReadMpx                 50
  2131. #type WriteMpx                51
  2132. #type WriteMpxSecondary       52
  2133. #type Open2                   53
  2134. #type FindFirst2              54
  2135. #type FindNext2               55
  2136. #type QueryFsInformation      56
  2137. #type SetFsInformation        57
  2138. #type QueryPathInformation    58
  2139. #type SetPathInformation      59
  2140. #type QueryFileInformation    60
  2141. #type SetFileInformation      61
  2142. #type Fsctl                   62
  2143. #type Ioctl2                  63
  2144. #type FindNotify              64
  2145. #type CreateDirectory2        65
  2146. #type GetDfsReferrals         66
  2147. #type ReportDfsInconsistency  67
  2148. #type CreateWirhSdOrEa        68
  2149. #type NtIoctl                 69
  2150. #type SetSecurityDescriptor   70
  2151. #type NtNotifyChange          71
  2152. #type NtRename                72
  2153. #type QuerySecurityDescriptor 73
  2154. #type QueryQuota              74
  2155. #type SetQuota                75
  2156. {
  2157.     StartTime,  ItemULongLong
  2158.     ElapseKCPU, ItemCPUTime
  2159.     ElapseUCPU, ItemCPUTime
  2160.     ClientAddr, ItemIpAddr
  2161.     FileObject, ItemULongX
  2162.     FileName,   ItemPWString
  2163. }
  2164.  
  2165. //*****************************************************************************
  2166. // DFS events
  2167. //*****************************************************************************
  2168. e3f1c64a-1a24-494b-8d47-ac37ad623342 DFS
  2169. #type TranslatePathStart 50
  2170. #type TranslatePathEnd   52
  2171. {
  2172.     rtnStatus,      ItemULongX
  2173.     SubDirectory,   ItemPWString
  2174.     ParentPathName, ItemPWString
  2175.     DfsPathName,    ItemPWString
  2176. }
  2177.  
  2178. #type GetReferralsStart  55
  2179. #type GetReferralsEnd    59
  2180. {
  2181.     rtnStatus,      ItemULongX
  2182.     DfsPathName,    ItemPWString
  2183. }
  2184.  
  2185. #type FindShareStart     76
  2186. #type FindShareEnd       79
  2187. {
  2188.     rtnStatus,      ItemULongX
  2189.     ShareName,      ItemPWString
  2190. }
  2191. //*****************************************************************************
  2192. // NSPI events: Uses DS Control Guid.
  2193. //*****************************************************************************
  2194.  
  2195. D01B04CF-240E-11d3-ACBE-00C04F68A51D NspiUpdateStat
  2196. #type Start 1
  2197. #type End   2
  2198.  
  2199. 4D63B05C-2502-11d3-ACC1-00C04F68A51D NspiCompareDNTs
  2200. #type Start 1
  2201. #type End   2
  2202.  
  2203. 61569D69-2502-11d3-ACC1-00C04F68A51D NspiQueryRows
  2204. #type Start 1
  2205. #type End   2
  2206.  
  2207. 6F370D3C-2502-11d3-ACC1-00C04F68A51D NspiSeekEntries
  2208. #type Start 1
  2209. #type End   2
  2210.  
  2211. 6F370D3D-2502-11d3-ACC1-00C04F68A51D NspiGetMatches
  2212. #type Start 1
  2213. #type End   2
  2214.  
  2215. 6F370D3E-2502-11d3-ACC1-00C04F68A51D NspiResolveNames
  2216. #type Start 1
  2217. #type End   2
  2218.  
  2219. 7842189A-2502-11d3-ACC1-00C04F68A51D NspiDNToEph
  2220. #type Start 1
  2221. #type End   2
  2222.  
  2223. 7842189B-2502-11d3-ACC1-00C04F68A51D NspiGetHierInfo
  2224. #type Start 1
  2225. #type End   2
  2226.  
  2227. 7842189C-2502-11d3-ACC1-00C04F68A51D NspiResrtRestrct
  2228. #type Start 1
  2229. #type End   2
  2230.  
  2231. 80AD666A-2502-11d3-ACC1-00C04F68A51D NspiBind
  2232. #type Start 1
  2233. #type End   2
  2234.  
  2235. 873BDDEA-2502-11d3-ACC1-00C04F68A51D NspiGtNamFromIDs
  2236. #type Start 1
  2237. #type End   2
  2238.  
  2239. 873BDDEB-2502-11d3-ACC1-00C04F68A51D NspiGtIDsFromNam
  2240. #type Start 1
  2241. #type End   2
  2242.  
  2243. 8D8C5846-2502-11d3-ACC1-00C04F68A51D NspiGetPropList
  2244. #type Start 1
  2245. #type End   2
  2246.  
  2247. 8D8C5847-2502-11d3-ACC1-00C04F68A51D NspiQueryCol
  2248. #type Start 1
  2249. #type End   2
  2250.  
  2251. 8D8C5848-2502-11d3-ACC1-00C04F68A51D NspiGetProps
  2252. #type Start 1
  2253. #type End   2
  2254.  
  2255. 96EF9AA6-2502-11d3-ACC1-00C04F68A51D NspiGetTemplInfo
  2256. #type Start 1
  2257. #type End   2
  2258.  
  2259. 96EF9AA7-2502-11d3-ACC1-00C04F68A51D NspiModProps
  2260. #type Start 1
  2261. #type End   2
  2262.  
  2263. 380D48A4-2506-11d3-ACC1-00C04F68A51D NspiModLinkAtt
  2264. #type Start 1
  2265. #type End   2
  2266.  
  2267. 380D48A5-2506-11d3-ACC1-00C04F68A51D NspiDeleteEntries
  2268. #type Start 1
  2269. #type End   2
  2270.  
  2271. E357DC53-B6FC-48e0-8189-C9D2AB2A8F16 DsTaskQueueExecuteGuid
  2272. #type Start 1
  2273. #type End   2
  2274.  
  2275.  
  2276. //******************************************
  2277. // SPOOLER Events
  2278. // Control guid is 94a984ef-f525-4bf1-be3c-ef374056a592
  2279. //******************************************
  2280.  
  2281. 127eb555-3b06-46ea-a08b-5dc2c3c57cfd PrintJob
  2282. #type SpoolJob     1
  2283. #type PrintJob     7
  2284. #type TrackThread  8
  2285. #type EndTrackThread  10
  2286. #type PauseJob 12
  2287. #type ResumeJob 13
  2288. {
  2289.         JobId, ItemULong
  2290. }
  2291. #type DeleteJob    2
  2292. {
  2293.     JobId, ItemULong
  2294.     JobSize, ItemULong
  2295.     DataType, ItemULong
  2296.     Pages, ItemULong
  2297.     PagesPerSide, ItemULong
  2298.     FilesOpened, ItemShort
  2299. }
  2300.  
  2301. 1d32b239-92a6-485a-96d2-dc3659fb803e RenderedJob
  2302. #type JobRendered  11
  2303. {
  2304.     JobId, ItemULong
  2305.     GdiJobSize, ItemULong
  2306.     ICMMethod, ItemULong
  2307.     Color, ItemShort        
  2308.     XRes, ItemShort        
  2309.     YRes, ItemShort        
  2310.     Quality, ItemShort        
  2311.     Copies, ItemShort        
  2312.     TTOption, ItemShort        
  2313. }
  2314.  
  2315. //******************************************
  2316. // NTLM Events
  2317. // C92CF544-91B3-4dc0-8E11-C580339A0BF8  NtlmControl
  2318. //******************************************
  2319.  
  2320. 94D4C9EB-0D01-41ae-99E8-15B26B593A83 NtlmServerAccept
  2321. #type Start 1
  2322. {
  2323.     StageHint, ItemULong
  2324.     InContext, ItemPtr
  2325.  
  2326. }
  2327. #type End 2
  2328. {
  2329.     StageHint, ItemULong
  2330.     InContext, ItemPtr
  2331.     OutContext, ItemPtr
  2332.     Status, ItemULong
  2333. }
  2334. #type Info 0
  2335. {
  2336.     StageHint, ItemULong
  2337.     InContext, ItemPtr
  2338.     OutContext, ItemPtr
  2339.     Flags, ItemULong
  2340.     UserName, ItemPWString
  2341.     DomainName, ItemPWString
  2342.     Workstation, ItemPWString
  2343. }
  2344.  
  2345. 6DF28B22-73BE-45cc-BA80-8B332B35A21D NtlmClientInitialize
  2346. #type Start 1
  2347. {
  2348.     StageHint, ItemULong
  2349.     InContext, ItemPtr
  2350.  
  2351. }
  2352. #type End 2
  2353. {
  2354.     StageHint, ItemULong
  2355.     InContext, ItemPtr
  2356.     OutContext, ItemPtr
  2357.     Status, ItemULong
  2358. }
  2359.  
  2360. 19196B33-A302-4c12-9D5A-EAC149E93C46 NtlmLogonUser
  2361. #type Start 1
  2362. {
  2363. }
  2364. #type End 2
  2365. {
  2366.     Status, ItemULong
  2367.     LogonType, ItemULong
  2368.     UserName, ItemPWString
  2369.     DomainName, ItemPWString
  2370. }
  2371.  
  2372. 34D84181-C28A-41d8-BB9E-995190DF83DF NtlmValidateUser
  2373. #type Start 1
  2374. {
  2375. }
  2376. #type End 2
  2377. {
  2378.     Success, ItemULong
  2379.     LogonServer, ItemPWString
  2380.     LogonDomain, ItemPWString
  2381.     UserName, ItemPWString
  2382.     Workstation, ItemPWString
  2383. }
  2384.  
  2385. //******************************************
  2386. // Com+ Services Events
  2387. //******************************************
  2388.  
  2389. 67F49F8C-01B8-4354-BFFB-7A93E7211C3E ObjPoolCreateObject
  2390. #version        0
  2391. #type Event     0
  2392. {
  2393.     ProcessId, ItemULong
  2394.     ApplicationID, ItemGUID
  2395.     PartitionID, ItemGUID
  2396.     AppInstanceID, ItemGUID
  2397.     ComputerName, ItemWChar[256]
  2398.     ObjectGuid, ItemGUID
  2399.     ObjectsCreated, ItemULong
  2400.     ObjectID, ItemULongLong
  2401. }
  2402.  
  2403. C5A3005A-F643-4f09-B146-A47B9165E522 ObjPoolDestroyObject
  2404. #version        0
  2405. #type Event     0
  2406. {
  2407.     ProcessId, ItemULong
  2408.     ApplicationID, ItemGUID
  2409.     PartitionID, ItemGUID
  2410.     AppInstanceID, ItemGUID
  2411.     ComputerName, ItemWChar[256]
  2412.     ObjectGuid, ItemGUID
  2413.     ObjectsCreated, ItemULong
  2414.     ObjectID, ItemULongLong
  2415. }
  2416.  
  2417. F1A43E1E-150B-4a8a-8DFF-5E9504819A83 ObjPoolPutObject
  2418. #version        0
  2419. #type Event     0
  2420. {
  2421.     ProcessId, ItemULong
  2422.     ApplicationID, ItemGUID
  2423.     PartitionID, ItemGUID
  2424.     AppInstanceID, ItemGUID
  2425.     ComputerName, ItemWChar[256]
  2426.     ObjectGuid, ItemGUID
  2427.     Reason, ItemLong
  2428.     AvailableObjects, ItemULong
  2429.     ObjectID, ItemULongLong
  2430. }
  2431.  
  2432. D3B13BA9-E13C-42a5-AB9D-A765EABD8DD7 ObjPoolGetObject
  2433. #version        0
  2434. #type Event     0
  2435. {
  2436.     ProcessId, ItemULong
  2437.     ApplicationID, ItemGUID
  2438.     PartitionID, ItemGUID
  2439.     AppInstanceID, ItemGUID
  2440.     ComputerName, ItemWChar[256]
  2441.     ActivityGuid, ItemGUID
  2442.     ObjectGuid, ItemGUID
  2443.     AvailableObjects, ItemULong
  2444.     ObjectID, ItemULongLong
  2445. }
  2446.  
  2447. 6251827A-9115-41ca-A3B7-2073CD25EB87 ObjPoolRecycleToTx
  2448. #version        0
  2449. #type Event     0
  2450. {
  2451.     ProcessId, ItemULong
  2452.     ApplicationID, ItemGUID
  2453.     PartitionID, ItemGUID
  2454.     AppInstanceID, ItemGUID
  2455.     ComputerName, ItemWChar[256]
  2456.     ActivityGuid, ItemGUID
  2457.     ObjectGuid, ItemGUID
  2458.     TransactionGuid, ItemGUID
  2459.     ObjectID, ItemULongLong
  2460. }
  2461.  
  2462. 3ED9E879-E0CB-432a-B29E-3440BE825B5C ObjPoolGetFromTx
  2463. #version        0
  2464. #type Event     0
  2465. {
  2466.     ProcessId, ItemULong
  2467.     ApplicationID, ItemGUID
  2468.     PartitionID, ItemGUID
  2469.     AppInstanceID, ItemGUID
  2470.     ComputerName, ItemWChar[256]
  2471.     ActivityGuid, ItemGUID
  2472.     ObjectGuid, ItemGUID
  2473.     TransactionGuid, ItemGUID
  2474.     ObjectID, ItemULongLong
  2475. }
  2476.  
  2477. 880F56F9-5B21-4d36-8C8E-95FF4283006F ObjPoolCreateDecision
  2478. #version        0
  2479. #type Event     0
  2480. {
  2481.     ProcessId, ItemULong
  2482.     ApplicationID, ItemGUID
  2483.     PartitionID, ItemGUID
  2484.     AppInstanceID, ItemGUID
  2485.     ComputerName, ItemWChar[256]
  2486.     ObjectGuid, ItemGUID
  2487.     ThreadsWaiting, ItemULong
  2488.     AvailableObjects, ItemULong
  2489.     CreatedObjects, ItemULong
  2490.     Minimum, ItemULong
  2491.     Maximum, ItemULong
  2492. }
  2493.  
  2494. 664E7E9A-458C-4b84-BF3A-C9877D929D00 ObjPoolTimeout
  2495. #version        0
  2496. #type Event     0
  2497. {
  2498.     ProcessId, ItemULong
  2499.     ApplicationID, ItemGUID
  2500.     PartitionID, ItemGUID
  2501.     AppInstanceID, ItemGUID
  2502.     ComputerName, ItemWChar[256]
  2503.     ObjectGuid, ItemGUID
  2504.     ActivityGuid, ItemGUID
  2505.     Timeout, ItemULong
  2506. }
  2507.  
  2508. E68E1870-CB15-4d2d-986E-E9E6D1B2E656 ObjPoolCreatePool
  2509. #version        0
  2510. #type Event     0
  2511. {
  2512.     ProcessId, ItemULong
  2513.     ApplicationID, ItemGUID
  2514.     PartitionID, ItemGUID
  2515.     AppInstanceID, ItemGUID
  2516.     ComputerName, ItemWChar[256]
  2517.     ObjectGuid, ItemGUID
  2518.     Minimum, ItemULong
  2519.     Maximum, ItemULong
  2520.     Timeout, ItemULong
  2521. }
  2522.  
  2523. B896121F-0C4F-47e1-AD15-C7B0AA4491C4 AppActivation
  2524. #version        0
  2525. #type Event     0
  2526. {
  2527.     ProcessId, ItemULong
  2528.     ApplicationID, ItemGUID
  2529.     PartitionID, ItemGUID
  2530.     AppInstanceID, ItemGUID
  2531.     ComputerName, ItemWChar[256]
  2532.     AppID, ItemGUID
  2533. }
  2534.  
  2535. E90FF16B-2AC0-40b0-9F84-CB742C468CB2 AppShutdown
  2536. #version        0
  2537. #type Event     0
  2538. {
  2539.     ProcessId, ItemULong
  2540.     ApplicationID, ItemGUID
  2541.     PartitionID, ItemGUID
  2542.     AppInstanceID, ItemGUID
  2543.     ComputerName, ItemWChar[256]
  2544.     AppID, ItemGUID
  2545. }
  2546.  
  2547. 1114B062-2702-4b52-92D2-2EB11ABA646E AppForceShutdown
  2548. #version        0
  2549. #type Event     0
  2550. {
  2551.     ProcessId, ItemULong
  2552.     ApplicationID, ItemGUID
  2553.     PartitionID, ItemGUID
  2554.     AppInstanceID, ItemGUID
  2555.     ComputerName, ItemWChar[256]
  2556.     AppID, ItemGUID
  2557. }
  2558.  
  2559. DA6C4250-BC95-45f0-AB49-CC4D605ECF41 ThreadStart
  2560. #version        0
  2561. #type Event     0
  2562. {
  2563.     ProcessId, ItemULong
  2564.     ApplicationID, ItemGUID
  2565.     PartitionID, ItemGUID
  2566.     AppInstanceID, ItemGUID
  2567.     ComputerName, ItemWChar[256]
  2568.     TThreadID, ItemULongLong
  2569.     SystemThread, ItemULong
  2570.     ThreadCount, ItemULong
  2571. }
  2572.  
  2573. 1DAE16A8-E038-46bc-B27A-8609E643099B ThreadTerminate
  2574. #version        0
  2575. #type Event     0
  2576. {
  2577.     ProcessId, ItemULong
  2578.     ApplicationID, ItemGUID
  2579.     PartitionID, ItemGUID
  2580.     AppInstanceID, ItemGUID
  2581.     ComputerName, ItemWChar[256]
  2582.     TThreadID, ItemULongLong
  2583.     SystemThread, ItemULong
  2584.     ThreadCount, ItemULong
  2585. }
  2586.  
  2587. 6818FD0A-C7F3-406f-91F4-7600978CC3C9 ThreadBindToApt
  2588. #version        0
  2589. #type Event     0
  2590. {
  2591.     ProcessId, ItemULong
  2592.     ApplicationID, ItemGUID
  2593.     PartitionID, ItemGUID
  2594.     AppInstanceID, ItemGUID
  2595.     ComputerName, ItemWChar[256]
  2596.     TThreadID, ItemULongLong
  2597.     AptID, ItemULongLong
  2598.     ActivitiesCount, ItemULong
  2599.     LowCount, ItemULong
  2600. }
  2601.  
  2602. 440EA498-EB7E-4b70-A1E3-9A91861CD6C3 ThreadUnbind
  2603. #version        0
  2604. #type Event     0
  2605. {
  2606.     ProcessId, ItemULong
  2607.     ApplicationID, ItemGUID
  2608.     PartitionID, ItemGUID
  2609.     AppInstanceID, ItemGUID
  2610.     ComputerName, ItemWChar[256]
  2611.     TThreadID, ItemULongLong
  2612.     AptID, ItemULongLong
  2613.     ActivitiesCount, ItemULong
  2614. }
  2615.  
  2616. E9EBBACC-7A92-40f3-80AF-783535CBD118 ThreadAssignApt
  2617. #version        0
  2618. #type Event     0
  2619. {
  2620.     ProcessId, ItemULong
  2621.     ApplicationID, ItemGUID
  2622.     PartitionID, ItemGUID
  2623.     AppInstanceID, ItemGUID
  2624.     ComputerName, ItemWChar[256]
  2625.     ActivityGuid, ItemGUID
  2626.     AptID, ItemULongLong
  2627. }
  2628.  
  2629. 72502A15-B665-4f5b-A319-E395CCA92393 ThreadUnassignApt
  2630. #version        0
  2631. #type Event     0
  2632. {
  2633.     ProcessId, ItemULong
  2634.     ApplicationID, ItemGUID
  2635.     PartitionID, ItemGUID
  2636.     AppInstanceID, ItemGUID
  2637.     ComputerName, ItemWChar[256]
  2638.     AptID, ItemULongLong
  2639. }
  2640.  
  2641. 1E9E83C5-C5C8-4a2d-AB63-8469C296764B CreateInstance
  2642. #version        0
  2643. #type Event     0
  2644. {
  2645.     ProcessId, ItemULong
  2646.     ApplicationID, ItemGUID
  2647.     PartitionID, ItemGUID
  2648.     AppInstanceID, ItemGUID
  2649.     ComputerName, ItemWChar[256]
  2650.     ActivityGuid, ItemGUID
  2651.     CLSID, ItemGUID
  2652.     TSID, ItemGUID
  2653.     ContextID, ItemULongLong
  2654.     ObjectID, ItemULongLong
  2655. }
  2656.  
  2657. 3A446C03-769E-4dca-8F59-8F5FA7761FAB DestroyInstance
  2658. #version        0
  2659. #type Event     0
  2660. {
  2661.     ProcessId, ItemULong
  2662.     ApplicationID, ItemGUID
  2663.     PartitionID, ItemGUID
  2664.     AppInstanceID, ItemGUID
  2665.     ComputerName, ItemWChar[256]
  2666.     ContextID, ItemULongLong
  2667. }
  2668.  
  2669. 3F2E0CEB-6C34-4ae2-9475-A01B086E8C60 TransactionStart
  2670. #version        0
  2671. #type Event     0
  2672. {
  2673.     ProcessId, ItemULong
  2674.     ApplicationID, ItemGUID
  2675.     PartitionID, ItemGUID
  2676.     AppInstanceID, ItemGUID
  2677.     ComputerName, ItemWChar[256]
  2678.     TransactionGuid, ItemGUID
  2679.     TSID, ItemGUID
  2680.     Root, ItemBool
  2681. }
  2682.  
  2683. DA92FF99-95C0-43d5-9A7D-6C23C15E2FE7 TransactionPrepare
  2684. #version        0
  2685. #type Event     0
  2686. {
  2687.     ProcessId, ItemULong
  2688.     ApplicationID, ItemGUID
  2689.     PartitionID, ItemGUID
  2690.     AppInstanceID, ItemGUID
  2691.     ComputerName, ItemWChar[256]
  2692.     TransactionGuid, ItemGUID
  2693.     VoteYes, ItemBool
  2694. }
  2695.  
  2696. BE2B8AA1-1FEF-4ded-907D-CDCE5849008E TransactionAbort
  2697. #version        0
  2698. #type Event     0
  2699. {
  2700.     ProcessId, ItemULong
  2701.     ApplicationID, ItemGUID
  2702.     PartitionID, ItemGUID
  2703.     AppInstanceID, ItemGUID
  2704.     ComputerName, ItemWChar[256]
  2705.     TransactionGuid, ItemGUID
  2706. }
  2707.  
  2708. C67F7946-4630-4c77-B4F6-88C6ABE65F12 TransactionCommit
  2709. #version        0
  2710. #type Event     0
  2711. {
  2712.     ProcessId, ItemULong
  2713.     ApplicationID, ItemGUID
  2714.     PartitionID, ItemGUID
  2715.     AppInstanceID, ItemGUID
  2716.     ComputerName, ItemWChar[256]
  2717.     TransactionGuid, ItemGUID
  2718. }
  2719.  
  2720. BAC5C1AE-009D-4e09-9A0A-FD88BB31A1E8 MethodCall
  2721. #version        0
  2722. #type Event     0
  2723. {
  2724.     ProcessId, ItemULong
  2725.     ApplicationID, ItemGUID
  2726.     PartitionID, ItemGUID
  2727.     AppInstanceID, ItemGUID
  2728.     ComputerName, ItemWChar[256]
  2729.     ObjectID, ItemULongLong
  2730.     CLSID, ItemGUID
  2731.     IID, ItemGUID
  2732.     MethodIndex, ItemULong
  2733. }
  2734.  
  2735. F0B30BEC-DB18-478c-9221-EAA208CBB5AE MethodReturn
  2736. #version        0
  2737. #type Event     0
  2738. {
  2739.     ProcessId, ItemULong
  2740.     ApplicationID, ItemGUID
  2741.     PartitionID, ItemGUID
  2742.     AppInstanceID, ItemGUID
  2743.     ComputerName, ItemWChar[256]
  2744.     ObjectID, ItemULongLong
  2745.     CLSID, ItemGUID
  2746.     IID, ItemGUID
  2747.     MethodIndex, ItemULong
  2748.     HResult, ItemLong
  2749. }
  2750.  
  2751. 91D068A5-0B98-48f1-A0CF-AB8626CA5147 MethodException
  2752. #version        0
  2753. #type Event     0
  2754. {
  2755.     ProcessId, ItemULong
  2756.     ApplicationID, ItemGUID
  2757.     PartitionID, ItemGUID
  2758.     AppInstanceID, ItemGUID
  2759.     ComputerName, ItemWChar[256]
  2760.     ObjectID, ItemULongLong
  2761.     CLSID, ItemGUID
  2762.     IID, ItemGUID
  2763.     MethodIndex, ItemULong
  2764. }
  2765.  
  2766. 8FE5F194-CF29-4eff-A5AA-A54AD7F4F131 DisableCommit
  2767. #version        0
  2768. #type Event     0
  2769. {
  2770.     ProcessId, ItemULong
  2771.     ApplicationID, ItemGUID
  2772.     PartitionID, ItemGUID
  2773.     AppInstanceID, ItemGUID
  2774.     ComputerName, ItemWChar[256]
  2775.     ContextID, ItemULongLong
  2776. }
  2777.  
  2778. 37276016-0EBD-432a-8333-D84821AB3863 EnableCommit
  2779. #version        0
  2780. #type Event     0
  2781. {
  2782.     ProcessId, ItemULong
  2783.     ApplicationID, ItemGUID
  2784.     PartitionID, ItemGUID
  2785.     AppInstanceID, ItemGUID
  2786.     ComputerName, ItemWChar[256]
  2787.     ContextID, ItemULongLong
  2788. }
  2789.  
  2790. AB095D80-3E83-4597-8007-00803D50DF86 SetComplete
  2791. #version        0
  2792. #type Event     0
  2793. {
  2794.     ProcessId, ItemULong
  2795.     ApplicationID, ItemGUID
  2796.     PartitionID, ItemGUID
  2797.     AppInstanceID, ItemGUID
  2798.     ComputerName, ItemWChar[256]
  2799.     ContextID, ItemULongLong
  2800. }
  2801.  
  2802. 9A39AA4F-63DB-42ec-A59E-DD116F57A247 SetAbort
  2803. #version        0
  2804. #type Event     0
  2805. {
  2806.     ProcessId, ItemULong
  2807.     ApplicationID, ItemGUID
  2808.     PartitionID, ItemGUID
  2809.     AppInstanceID, ItemGUID
  2810.     ComputerName, ItemWChar[256]
  2811.     ContextID, ItemULongLong
  2812. }
  2813.  
  2814. A6D75196-3DDC-4f35-9AB9-3CB121F28BAE Deactivate
  2815. #version        0
  2816. #type Event     0
  2817. {
  2818.     ProcessId, ItemULong
  2819.     ApplicationID, ItemGUID
  2820.     PartitionID, ItemGUID
  2821.     AppInstanceID, ItemGUID
  2822.     ComputerName, ItemWChar[256]
  2823.     ContextID, ItemULongLong
  2824.     ObjectID, ItemULongLong
  2825. }
  2826.  
  2827. B0CE0D5B-05EC-4380-B225-2EEDA3903042 Activate
  2828. #version        0
  2829. #type Event     0
  2830. {
  2831.     ProcessId, ItemULong
  2832.     ApplicationID, ItemGUID
  2833.     PartitionID, ItemGUID
  2834.     AppInstanceID, ItemGUID
  2835.     ComputerName, ItemWChar[256]
  2836.     ContextID, ItemULongLong
  2837.     ObjectID, ItemULongLong
  2838. }
  2839.  
  2840. 7649AF3C-3E56-47b7-9596-876FADD36B5D ResourceCreate
  2841. #version        0
  2842. #type Event     0
  2843. {
  2844.     ProcessId, ItemULong
  2845.     ApplicationID, ItemGUID
  2846.     PartitionID, ItemGUID
  2847.     AppInstanceID, ItemGUID
  2848.     ComputerName, ItemWChar[256]
  2849.     ObjectID, ItemULongLong
  2850.     ResourceID, ItemULongLong
  2851.     ResType, ItemWChar[64]
  2852.     Enlisted, ItemBool
  2853. }
  2854.  
  2855. 5BA81729-A69D-473e-B656-56C9C393A862 ResourceAllocate
  2856. #version        0
  2857. #type Event     0
  2858. {
  2859.     ProcessId, ItemULong
  2860.     ApplicationID, ItemGUID
  2861.     PartitionID, ItemGUID
  2862.     AppInstanceID, ItemGUID
  2863.     ComputerName, ItemWChar[256]
  2864.     ObjectID, ItemULongLong
  2865.     ResourceID, ItemULongLong
  2866.     ResType, ItemWChar[64]
  2867.     Enlisted, ItemBool
  2868.     NumRated, ItemULong
  2869.     Rating, ItemULong
  2870. }
  2871.  
  2872. 4F0B170E-9065-4d5a-AD2C-7BFC0DAA0C93 ResourceRecycle
  2873. #version        0
  2874. #type Event     0
  2875. {
  2876.     ProcessId, ItemULong
  2877.     ApplicationID, ItemGUID
  2878.     PartitionID, ItemGUID
  2879.     AppInstanceID, ItemGUID
  2880.     ComputerName, ItemWChar[256]
  2881.     ObjectID, ItemULongLong
  2882.     ResourceID, ItemULongLong
  2883.     ResType, ItemWChar[64]
  2884. }
  2885.  
  2886. 58CDFE25-2DC0-485b-981C-7A0B39B96FAB ResourceDestroy
  2887. #version        0
  2888. #type Event     0
  2889. {
  2890.     ProcessId, ItemULong
  2891.     ApplicationID, ItemGUID
  2892.     PartitionID, ItemGUID
  2893.     AppInstanceID, ItemGUID
  2894.     ComputerName, ItemWChar[256]
  2895.     ObjectID, ItemULongLong
  2896.     ResourceID, ItemULongLong
  2897.     HResult, ItemLong
  2898.     ResType, ItemWChar[64]
  2899. }
  2900.  
  2901. F96DE808-C2D7-43b3-8593-6BC1E772DB9B ResourceTrack
  2902. #version        0
  2903. #type Event     0
  2904. {
  2905.     ProcessId, ItemULong
  2906.     ApplicationID, ItemGUID
  2907.     PartitionID, ItemGUID
  2908.     AppInstanceID, ItemGUID
  2909.     ComputerName, ItemWChar[256]
  2910.     ObjectID, ItemULongLong
  2911.     ResourceID, ItemULongLong
  2912.     ResType, ItemWChar[64]
  2913.     Enlisted, ItemBool
  2914. }
  2915.  
  2916. CD6D18FC-31F0-4304-A5DF-BA2A15840266 Authenticate
  2917. #version        0
  2918. #type Event     0
  2919. {
  2920.     ProcessId, ItemULong
  2921.     ApplicationID, ItemGUID
  2922.     PartitionID, ItemGUID
  2923.     AppInstanceID, ItemGUID
  2924.     ComputerName, ItemWChar[256]
  2925.     ActivityGuid, ItemGUID
  2926.     ObjectID, ItemULongLong
  2927.     IID, ItemGUID
  2928.     MethodIndex, ItemULong
  2929.     CurrentUserImpersonationInproc, ItemBool
  2930.     LengthOrigUserSID, ItemULong
  2931.     LengthCrtUserSID, ItemULong
  2932.     SIDsBuffer, ItemVariant
  2933. }
  2934.  
  2935. 03148C79-11DC-4b43-ACA3-65B11682CFF4 AuthenticateFail
  2936. #version        0
  2937. #type Event     0
  2938. {
  2939.     ProcessId, ItemULong
  2940.     ApplicationID, ItemGUID
  2941.     PartitionID, ItemGUID
  2942.     AppInstanceID, ItemGUID
  2943.     ComputerName, ItemWChar[256]
  2944.     ActivityGuid, ItemGUID
  2945.     ObjectID, ItemULongLong
  2946.     IID, ItemGUID
  2947.     MethodIndex, ItemULong
  2948.     CurrentUserImpersonationInproc, ItemBool
  2949.     LengthOrigUserSID, ItemULong
  2950.     LengthCrtUserSID, ItemULong
  2951.     SIDsBuffer, ItemVariant
  2952. }
  2953.  
  2954. 9B3359DC-2B4C-46b4-A03A-7339AF71B765 ObjectConstruct
  2955. #version        0
  2956. #type Event     0
  2957. {
  2958.     ProcessId, ItemULong
  2959.     ApplicationID, ItemGUID
  2960.     PartitionID, ItemGUID
  2961.     AppInstanceID, ItemGUID
  2962.     ComputerName, ItemWChar[256]
  2963.     ObjectGuid, ItemGUID
  2964.     ObjectID, ItemULongLong
  2965.     ConstructString, ItemWChar[64]
  2966. }
  2967.  
  2968. C49B4FA9-20DF-4f48-82B2-C448DEF02DFC UserEvent
  2969. #version        0
  2970. #type Event     0
  2971. {
  2972.     ProcessId, ItemULong
  2973.     ApplicationID, ItemGUID
  2974.     PartitionID, ItemGUID
  2975.     AppInstanceID, ItemGUID
  2976.     ComputerName, ItemWChar[256]
  2977.     Buffer, ItemVariant
  2978. }
  2979.  
  2980. 90B8FED5-7EEF-4107-B791-8CF15B2117F3 ActivityCreate
  2981. #version        0
  2982. #type Event     0
  2983. {
  2984.     ProcessId, ItemULong
  2985.     ApplicationID, ItemGUID
  2986.     PartitionID, ItemGUID
  2987.     AppInstanceID, ItemGUID
  2988.     ComputerName, ItemWChar[256]
  2989.     ActivityGuid, ItemGUID
  2990. }
  2991.  
  2992. EDC039B9-84E7-4f69-937B-A08942719651 ActivityDestroy
  2993. #version        0
  2994. #type Event     0
  2995. {
  2996.     ProcessId, ItemULong
  2997.     ApplicationID, ItemGUID
  2998.     PartitionID, ItemGUID
  2999.     AppInstanceID, ItemGUID
  3000.     ComputerName, ItemWChar[256]
  3001.     ActivityGuid, ItemGUID
  3002. }
  3003.  
  3004. 43B68014-2B7E-47ae-AFC2-E54184CFF71F ActivityEnter
  3005. #version        0
  3006. #type Event     0
  3007. {
  3008.     ProcessId, ItemULong
  3009.     ApplicationID, ItemGUID
  3010.     PartitionID, ItemGUID
  3011.     AppInstanceID, ItemGUID
  3012.     ComputerName, ItemWChar[256]
  3013.     Current, ItemGUID
  3014.     Entered, ItemGUID
  3015.     SystemThread, ItemULong
  3016. }
  3017.  
  3018. E7D21C91-3CBE-4340-B605-0EBB0FE32E2F ActivityTimeout
  3019. #version        0
  3020. #type Event     0
  3021. {
  3022.     ProcessId, ItemULong
  3023.     ApplicationID, ItemGUID
  3024.     PartitionID, ItemGUID
  3025.     AppInstanceID, ItemGUID
  3026.     ComputerName, ItemWChar[256]
  3027.     Current, ItemGUID
  3028.     Entered, ItemGUID
  3029.     SystemThread, ItemULong
  3030.     Timeout, ItemULong
  3031. }
  3032.  
  3033. F2013085-1572-490b-93BE-BE3AB406955C ActivityReenter
  3034. #version        0
  3035. #type Event     0
  3036. {
  3037.     ProcessId, ItemULong
  3038.     ApplicationID, ItemGUID
  3039.     PartitionID, ItemGUID
  3040.     AppInstanceID, ItemGUID
  3041.     ComputerName, ItemWChar[256]
  3042.     Current, ItemGUID
  3043.     SystemThread, ItemULong
  3044.     CallDepth, ItemULong
  3045. }
  3046.  
  3047. C589CFD4-D3AC-4cdd-B157-22C53234A63A ActivityLeave
  3048. #version        0
  3049. #type Event     0
  3050. {
  3051.     ProcessId, ItemULong
  3052.     ApplicationID, ItemGUID
  3053.     PartitionID, ItemGUID
  3054.     AppInstanceID, ItemGUID
  3055.     ComputerName, ItemWChar[256]
  3056.     Current, ItemGUID
  3057.     Left, ItemGUID
  3058. }
  3059.  
  3060. 53F94E5B-7F22-4d2b-A1CC-510BEF6FA833 ActivityLeaveSame
  3061. #version        0
  3062. #type Event     0
  3063. {
  3064.     ProcessId, ItemULong
  3065.     ApplicationID, ItemGUID
  3066.     PartitionID, ItemGUID
  3067.     AppInstanceID, ItemGUID
  3068.     ComputerName, ItemWChar[256]
  3069.     Current, ItemGUID
  3070.     CallDepth, ItemULong
  3071. }
  3072.  
  3073. 7172CA53-633A-4f56-A947-07567258849E IISRequestInfo
  3074. #version        0
  3075. #type Event     0
  3076. {
  3077.     ProcessId, ItemULong
  3078.     ApplicationID, ItemGUID
  3079.     PartitionID, ItemGUID
  3080.     AppInstanceID, ItemGUID
  3081.     ComputerName, ItemWChar[256]
  3082.     ObjectID, ItemULongLong
  3083.     ClientIP, ItemWChar[16]
  3084.     ServerIP, ItemWChar[16]
  3085.     URL, ItemWChar[128]
  3086. }
  3087.  
  3088. 4F0960DD-568B-4391-9F72-134C5670E7C8 QCRecord
  3089. #version        0
  3090. #type Event     0
  3091. {
  3092.     ProcessId, ItemULong
  3093.     ApplicationID, ItemGUID
  3094.     PartitionID, ItemGUID
  3095.     AppInstanceID, ItemGUID
  3096.     ComputerName, ItemWChar[256]
  3097.     ObjectID, ItemULongLong
  3098.     Queue, ItemWChar[60]
  3099.     MsgID, ItemGUID
  3100.     Workflow, ItemGUID
  3101.     MSMQhresult, ItemLong
  3102. }
  3103.  
  3104. 71925AE2-8133-425d-BF0D-21662BAFF1FC QCQueueOpen
  3105. #version        0
  3106. #type Event     0
  3107. {
  3108.     ProcessId, ItemULong
  3109.     ApplicationID, ItemGUID
  3110.     PartitionID, ItemGUID
  3111.     AppInstanceID, ItemGUID
  3112.     ComputerName, ItemWChar[256]
  3113.     Queue, ItemWChar[60]
  3114.     QueueID, ItemULongULong
  3115.     MSMQhresult, ItemLong
  3116. }
  3117.  
  3118. 71955D87-4448-4e7b-BA4E-7873C11AABA3 QCReceive
  3119. #version        0
  3120. #type Event     0
  3121. {
  3122.     ProcessId, ItemULong
  3123.     ApplicationID, ItemGUID
  3124.     PartitionID, ItemGUID
  3125.     AppInstanceID, ItemGUID
  3126.     ComputerName, ItemWChar[256]
  3127.     QueueID, ItemULongULong
  3128.     MsgID, ItemGUID
  3129.     Workflow, ItemGUID
  3130.     MSMQhresult, ItemLong
  3131. }
  3132.  
  3133. A00DC142-ED4F-49b1-8DAD-0241C08DFE1B QCReceiveFail
  3134. #version        0
  3135. #type Event     0
  3136. {
  3137.     ProcessId, ItemULong
  3138.     ApplicationID, ItemGUID
  3139.     PartitionID, ItemGUID
  3140.     AppInstanceID, ItemGUID
  3141.     ComputerName, ItemWChar[256]
  3142.     QueueID, ItemULongULong
  3143.     MSMQhresult, ItemLong
  3144. }
  3145.  
  3146. 2C0D5D35-ED91-4c05-B7D2-0C833EAC7CF5 QCMoveToRetry
  3147. #version        0
  3148. #type Event     0
  3149. {
  3150.     ProcessId, ItemULong
  3151.     ApplicationID, ItemGUID
  3152.     PartitionID, ItemGUID
  3153.     AppInstanceID, ItemGUID
  3154.     ComputerName, ItemWChar[256]
  3155.     MsgID, ItemGUID
  3156.     Workflow, ItemGUID
  3157.     RetryIndex, ItemULong
  3158. }
  3159.  
  3160. C03BB7FF-6A7A-4019-B290-F4D07A873187 QCMoveToDead
  3161. #version        0
  3162. #type Event     0
  3163. {
  3164.     ProcessId, ItemULong
  3165.     ApplicationID, ItemGUID
  3166.     PartitionID, ItemGUID
  3167.     AppInstanceID, ItemGUID
  3168.     ComputerName, ItemWChar[256]
  3169.     MsgID, ItemGUID
  3170.     Workflow, ItemGUID
  3171. }
  3172.  
  3173. 648D7C88-D207-4f90-8DE9-DA3159F25FF8 QCPlayback
  3174. #version        0
  3175. #type Event     0
  3176. {
  3177.     ProcessId, ItemULong
  3178.     ApplicationID, ItemGUID
  3179.     PartitionID, ItemGUID
  3180.     AppInstanceID, ItemGUID
  3181.     ComputerName, ItemWChar[256]
  3182.     ObjectID, ItemULongLong
  3183.     MsgID, ItemGUID
  3184.     Workflow, ItemGUID
  3185.     MSMQhresult, ItemLong
  3186. }
  3187.  
  3188. 4DFA5983-B413-45b3-AD0D-6493E903A645 ExceptionUser
  3189. #version        0
  3190. #type Event     0
  3191. {
  3192.     ProcessId, ItemULong
  3193.     ApplicationID, ItemGUID
  3194.     PartitionID, ItemGUID
  3195.     AppInstanceID, ItemGUID
  3196.     ComputerName, ItemWChar[256]
  3197.     Code, ItemULong
  3198.     Address, ItemULongULong
  3199.     StackTrace, ItemWChar[512]
  3200. }
  3201.  
  3202. 57709B60-0EF0-4ea6-B415-CDDA1CDD35A9 CRMRecoveryStart
  3203. #version        0
  3204. #type Event     0
  3205. {
  3206.     ProcessId, ItemULong
  3207.     ApplicationID, ItemGUID
  3208.     PartitionID, ItemGUID
  3209.     AppInstanceID, ItemGUID
  3210.     ComputerName, ItemWChar[256]
  3211.     AppID, ItemGUID
  3212. }
  3213.  
  3214. C45B18D3-FD16-4120-B396-58E9D64D59AB CRMRecoveryDone
  3215. #version        0
  3216. #type Event     0
  3217. {
  3218.     ProcessId, ItemULong
  3219.     ApplicationID, ItemGUID
  3220.     PartitionID, ItemGUID
  3221.     AppInstanceID, ItemGUID
  3222.     ComputerName, ItemWChar[256]
  3223.     AppID, ItemGUID
  3224. }
  3225.  
  3226. C93490AC-B23F-408f-9C17-809B0EB86631 CRMCheckpoint
  3227. #version        0
  3228. #type Event     0
  3229. {
  3230.     ProcessId, ItemULong
  3231.     ApplicationID, ItemGUID
  3232.     PartitionID, ItemGUID
  3233.     AppInstanceID, ItemGUID
  3234.     ComputerName, ItemWChar[256]
  3235.     AppID, ItemGUID
  3236. }
  3237.  
  3238. AB8FC323-CBB2-40b7-AFD3-558054E55848 CRMBegin
  3239. #version        0
  3240. #type Event     0
  3241. {
  3242.     ProcessId, ItemULong
  3243.     ApplicationID, ItemGUID
  3244.     PartitionID, ItemGUID
  3245.     AppInstanceID, ItemGUID
  3246.     ComputerName, ItemWChar[256]
  3247.     ClerkCLSID, ItemGUID
  3248.     ActivityGuid, ItemGUID
  3249.     TransactionGuid, ItemGUID
  3250.     ProgIdCompensator, ItemWChar[64]
  3251.     Description, ItemWChar[64]
  3252. }
  3253.  
  3254. 3F50C4A1-D7F2-4e4e-BE35-BE31447D6316 CRMPrepare
  3255. #version        0
  3256. #type Event     0
  3257. {
  3258.     ProcessId, ItemULong
  3259.     ApplicationID, ItemGUID
  3260.     PartitionID, ItemGUID
  3261.     AppInstanceID, ItemGUID
  3262.     ComputerName, ItemWChar[256]
  3263.     ClerkCLSID, ItemGUID
  3264. }
  3265.  
  3266. 6461B223-574D-42bc-A5B5-C42BC0A1BB1E CRMCommit
  3267. #version        0
  3268. #type Event     0
  3269. {
  3270.     ProcessId, ItemULong
  3271.     ApplicationID, ItemGUID
  3272.     PartitionID, ItemGUID
  3273.     AppInstanceID, ItemGUID
  3274.     ComputerName, ItemWChar[256]
  3275.     ClerkCLSID, ItemGUID
  3276. }
  3277.  
  3278. AA814AA8-2FF1-4e23-8279-3D024C817327 CRMAbort
  3279. #version        0
  3280. #type Event     0
  3281. {
  3282.     ProcessId, ItemULong
  3283.     ApplicationID, ItemGUID
  3284.     PartitionID, ItemGUID
  3285.     AppInstanceID, ItemGUID
  3286.     ComputerName, ItemWChar[256]
  3287.     ClerkCLSID, ItemGUID
  3288. }
  3289.  
  3290. E37629F4-3358-44e4-89C6-C0B7EB82A4B1 CRMInDoubt
  3291. #version        0
  3292. #type Event     0
  3293. {
  3294.     ProcessId, ItemULong
  3295.     ApplicationID, ItemGUID
  3296.     PartitionID, ItemGUID
  3297.     AppInstanceID, ItemGUID
  3298.     ComputerName, ItemWChar[256]
  3299.     ClerkCLSID, ItemGUID
  3300. }
  3301.  
  3302. B7BB1AE1-D8D5-469a-BF49-EF1AC3E73A9A CRMDone
  3303. #version        0
  3304. #type Event     0
  3305. {
  3306.     ProcessId, ItemULong
  3307.     ApplicationID, ItemGUID
  3308.     PartitionID, ItemGUID
  3309.     AppInstanceID, ItemGUID
  3310.     ComputerName, ItemWChar[256]
  3311.     ClerkCLSID, ItemGUID
  3312. }
  3313.  
  3314. 7968E4E4-1E00-4e37-9BE4-8553FB661E16 CRMRelease
  3315. #version        0
  3316. #type Event     0
  3317. {
  3318.     ProcessId, ItemULong
  3319.     ApplicationID, ItemGUID
  3320.     PartitionID, ItemGUID
  3321.     AppInstanceID, ItemGUID
  3322.     ComputerName, ItemWChar[256]
  3323.     ClerkCLSID, ItemGUID
  3324. }
  3325.  
  3326. 04876E17-C180-47e3-B855-5E0A1255EFA5 CRMAnalyze
  3327. #version        0
  3328. #type Event     0
  3329. {
  3330.     ProcessId, ItemULong
  3331.     ApplicationID, ItemGUID
  3332.     PartitionID, ItemGUID
  3333.     AppInstanceID, ItemGUID
  3334.     ComputerName, ItemWChar[256]
  3335.     ClerkCLSID, ItemGUID
  3336.     RecordType, ItemULong
  3337.     RecordSize, ItemULong
  3338. }
  3339.  
  3340. A1ECBE0E-FA1F-47d3-91DD-99AB5B92D3A1 CRMWrite
  3341. #version        0
  3342. #type Event     0
  3343. {
  3344.     ProcessId, ItemULong
  3345.     ApplicationID, ItemGUID
  3346.     PartitionID, ItemGUID
  3347.     AppInstanceID, ItemGUID
  3348.     ComputerName, ItemWChar[256]
  3349.     ClerkCLSID, ItemGUID
  3350.     Variants, ItemBool
  3351.     RecordSize, ItemULong
  3352. }
  3353.  
  3354. EE5D2FF2-811C-4fb1-9861-D44EA6E1E6A7 CRMForget
  3355. #version        0
  3356. #type Event     0
  3357. {
  3358.     ProcessId, ItemULong
  3359.     ApplicationID, ItemGUID
  3360.     PartitionID, ItemGUID
  3361.     AppInstanceID, ItemGUID
  3362.     ComputerName, ItemWChar[256]
  3363.     ClerkCLSID, ItemGUID
  3364. }
  3365.  
  3366. D7428814-30D3-4b7a-8C34-898722FCFA3A CRMForce
  3367. #version        0
  3368. #type Event     0
  3369. {
  3370.     ProcessId, ItemULong
  3371.     ApplicationID, ItemGUID
  3372.     PartitionID, ItemGUID
  3373.     AppInstanceID, ItemGUID
  3374.     ComputerName, ItemWChar[256]
  3375.     ClerkCLSID, ItemGUID
  3376. }
  3377.  
  3378. 12DF1221-2D16-41de-B31F-0E03BBEFD448 CRMDeliver
  3379. #version        0
  3380. #type Event     0
  3381. {
  3382.     ProcessId, ItemULong
  3383.     ApplicationID, ItemGUID
  3384.     PartitionID, ItemGUID
  3385.     AppInstanceID, ItemGUID
  3386.     ComputerName, ItemWChar[256]
  3387.     ClerkCLSID, ItemGUID
  3388.     Variants, ItemBool
  3389.     RecordSize, ItemULong
  3390. }
  3391.  
  3392. 39AEDB9B-D2CE-4ffe-A0EC-F95DB80BAD27 AdmAppInstall
  3393. #version        0
  3394. #type Event     0
  3395. {
  3396.     ProcessId, ItemULong
  3397.     ApplicationID, ItemGUID
  3398.     PartitionID, ItemGUID
  3399.     AppInstanceID, ItemGUID
  3400.     ComputerName, ItemWChar[256]
  3401.     InstalledAppID, ItemGUID
  3402.     MSIPath, ItemWChar[256]
  3403.     DestinationPath, ItemWChar[256]
  3404.     UserName, ItemWChar[256]
  3405.     WithUsers, ItemBool
  3406.     WithSecurity, ItemBool
  3407.     Queued, ItemBool
  3408.     HResult, ItemLong
  3409. }
  3410.  
  3411. B36E4627-D28D-485f-A35C-29E08C4F4753 AdmAppCreate
  3412. #version        0
  3413. #type Event     0
  3414. {
  3415.     ProcessId, ItemULong
  3416.     ApplicationID, ItemGUID
  3417.     PartitionID, ItemGUID
  3418.     AppInstanceID, ItemGUID
  3419.     ComputerName, ItemWChar[256]
  3420.     CreatedAppID, ItemGUID
  3421.     AppName, ItemWChar[512]
  3422.     HResult, ItemLong
  3423. }
  3424.  
  3425. 45046ADC-3B2E-4e79-9208-6992EB00C4A5 AdmAppDelete
  3426. #version        0
  3427. #type Event     0
  3428. {
  3429.     ProcessId, ItemULong
  3430.     ApplicationID, ItemGUID
  3431.     PartitionID, ItemGUID
  3432.     AppInstanceID, ItemGUID
  3433.     ComputerName, ItemWChar[256]
  3434.     DeletedAppID, ItemGUID
  3435.     HResult, ItemLong
  3436. }
  3437.  
  3438. 0A750C63-CD91-4ee6-8091-867B86924E09 AdmAppUpdate
  3439. #version        0
  3440. #type Event     0
  3441. {
  3442.     ProcessId, ItemULong
  3443.     ApplicationID, ItemGUID
  3444.     PartitionID, ItemGUID
  3445.     AppInstanceID, ItemGUID
  3446.     ComputerName, ItemWChar[256]
  3447.     UpdatedAppID, ItemGUID
  3448.     PropertyName, ItemWChar[64]
  3449.     NewValue, ItemWChar[1024]
  3450.     HResult, ItemLong
  3451. }
  3452.  
  3453. 4EF3D7D1-2A21-4a81-89E1-98B2A5DF4C55 AdmAppPaused
  3454. #version        0
  3455. #type Event     0
  3456. {
  3457.     ProcessId, ItemULong
  3458.     ApplicationID, ItemGUID
  3459.     PartitionID, ItemGUID
  3460.     AppInstanceID, ItemGUID
  3461.     ComputerName, ItemWChar[256]
  3462.     PausedAppID, ItemGUID
  3463.     Paused, ItemBool
  3464.     HResult, ItemLong
  3465. }
  3466.  
  3467. D77C881C-18E1-4165-9D9C-CA02DD4B7A0E AdmCompInstall
  3468. #version        0
  3469. #type Event     0
  3470. {
  3471.     ProcessId, ItemULong
  3472.     ApplicationID, ItemGUID
  3473.     PartitionID, ItemGUID
  3474.     AppInstanceID, ItemGUID
  3475.     ComputerName, ItemWChar[256]
  3476.     CompAppID, ItemGUID
  3477.     DLLPath, ItemWChar[256]
  3478.     TLBPath, ItemWChar[256]
  3479.     PSDLLPath, ItemWChar[256]
  3480.     CLSID, ItemGUID
  3481.     HResult, ItemLong
  3482. }
  3483.  
  3484. 4DC56F75-D3AE-4e63-9CE0-3142CF4E4080 AdmCompImport
  3485. #version        0
  3486. #type Event     0
  3487. {
  3488.     ProcessId, ItemULong
  3489.     ApplicationID, ItemGUID
  3490.     PartitionID, ItemGUID
  3491.     AppInstanceID, ItemGUID
  3492.     ComputerName, ItemWChar[256]
  3493.     CompAppID, ItemGUID
  3494.     CLSID, ItemGUID
  3495.     ProgID, ItemWChar[64]
  3496.     HResult, ItemLong
  3497. }
  3498.  
  3499. 7CF60AC4-6C26-495b-934E-47CCAE111BCF AdmCompDelete
  3500. #version        0
  3501. #type Event     0
  3502. {
  3503.     ProcessId, ItemULong
  3504.     ApplicationID, ItemGUID
  3505.     PartitionID, ItemGUID
  3506.     AppInstanceID, ItemGUID
  3507.     ComputerName, ItemWChar[256]
  3508.     CompAppID, ItemGUID
  3509.     CLSID, ItemGUID
  3510.     HResult, ItemLong
  3511. }
  3512.  
  3513. 7CD5BF83-CE9C-4a9d-936E-C8A751CAAB4F AdmCompUpdate
  3514. #version        0
  3515. #type Event     0
  3516. {
  3517.     ProcessId, ItemULong
  3518.     ApplicationID, ItemGUID
  3519.     PartitionID, ItemGUID
  3520.     AppInstanceID, ItemGUID
  3521.     ComputerName, ItemWChar[256]
  3522.     CompAppID, ItemGUID
  3523.     CLSID, ItemGUID
  3524.     PropertyName, ItemWChar[64]
  3525.     NewValue, ItemWChar[1024]
  3526.     HResult, ItemLong
  3527. }
  3528.  
  3529. C08BE4A9-79F4-46d4-949F-FBB73311EC13 AdmItfUpdate
  3530. #version        0
  3531. #type Event     0
  3532. {
  3533. {
  3534.     ProcessId, ItemULong
  3535.     ApplicationID, ItemGUID
  3536.     PartitionID, ItemGUID
  3537.     AppInstanceID, ItemGUID
  3538.     ComputerName, ItemWChar[256]
  3539.     ItfAppID, ItemGUID
  3540.     CLSID, ItemGUID
  3541.     IID, ItemGUID
  3542.     PropertyName, ItemWChar[64]
  3543.     NewValue, ItemWChar[1024]
  3544.     HResult, ItemLong
  3545. }
  3546.  
  3547. B2CD5095-BCE0-42b5-B550-59E5E1146F54 AdmMetUpdate
  3548. #version        0
  3549. #type Event     0
  3550. {
  3551.     ProcessId, ItemULong
  3552.     ApplicationID, ItemGUID
  3553.     PartitionID, ItemGUID
  3554.     AppInstanceID, ItemGUID
  3555.     ComputerName, ItemWChar[256]
  3556.     MetAppID, ItemGUID
  3557.     CLSID, ItemGUID
  3558.     IID, ItemGUID
  3559.     MethodIndex, ItemULong
  3560.     PropertyName, ItemWChar[64]
  3561.     NewValue, ItemWChar[1024]
  3562.     HResult, ItemLong
  3563. }
  3564.  
  3565. 910BB3FA-E353-4953-A97F-A72E2574922C AdmRoleAdd
  3566. #version        0
  3567. #type Event     0
  3568. {
  3569.     ProcessId, ItemULong
  3570.     ApplicationID, ItemGUID
  3571.     PartitionID, ItemGUID
  3572.     AppInstanceID, ItemGUID
  3573.     ComputerName, ItemWChar[256]
  3574.     RoleAppID, ItemGUID
  3575.     RoleName, ItemWChar[256]
  3576.     HResult, ItemLong
  3577. }
  3578. 8A28125E-D216-4d30-88A5-80B442F80216 AdmRoleDelete
  3579. #version        0
  3580. #type Event     0
  3581. {
  3582.     ProcessId, ItemULong
  3583.     ApplicationID, ItemGUID
  3584.     PartitionID, ItemGUID
  3585.     AppInstanceID, ItemGUID
  3586.     ComputerName, ItemWChar[256]
  3587.     RoleAppID, ItemGUID
  3588.     RoleName, ItemWChar[256]
  3589.     HResult, ItemLong
  3590. }
  3591.  
  3592. 9B2A3DAD-2AA7-4beb-9EEE-5E7162B2E8EA AdmUserAdd
  3593. #version        0
  3594. #type Event     0
  3595. {
  3596.     ProcessId, ItemULong
  3597.     ApplicationID, ItemGUID
  3598.     PartitionID, ItemGUID
  3599.     AppInstanceID, ItemGUID
  3600.     ComputerName, ItemWChar[256]
  3601.     RoleAppID, ItemGUID
  3602.     RoleName, ItemWChar[256]
  3603.     HResult, ItemLong
  3604.     UserSID, ItemVariant
  3605. }
  3606.  
  3607. 6EBEA049-5AD9-4b2a-AD28-F0375726AA23 AdmUserDelete
  3608. #version        0
  3609. #type Event     0
  3610. {
  3611.     ProcessId, ItemULong
  3612.     ApplicationID, ItemGUID
  3613.     PartitionID, ItemGUID
  3614.     AppInstanceID, ItemGUID
  3615.     ComputerName, ItemWChar[256]
  3616.     RoleAppID, ItemGUID
  3617.     RoleName, ItemWChar[256]
  3618.     HResult, ItemLong
  3619.     UserSID, ItemVariant
  3620. }
  3621.  
  3622. B6AB05B2-084A-4cfc-9E57-5C95E3A0889F AdmCompRoleAdd
  3623. #version        0
  3624. #type Event     0
  3625. {
  3626.     ProcessId, ItemULong
  3627.     ApplicationID, ItemGUID
  3628.     PartitionID, ItemGUID
  3629.     AppInstanceID, ItemGUID
  3630.     ComputerName, ItemWChar[256]
  3631.     RoleAppID, ItemGUID
  3632.     CLSID, ItemGUID
  3633.     RoleName, ItemWChar[256]
  3634.     HResult, ItemLong
  3635. }
  3636.  
  3637. 7B42E65E-1CAC-418b-B21C-43256A29B008 AdmCompRoleDelete
  3638. #version        0
  3639. #type Event     0
  3640. {
  3641.     ProcessId, ItemULong
  3642.     ApplicationID, ItemGUID
  3643.     PartitionID, ItemGUID
  3644.     AppInstanceID, ItemGUID
  3645.     ComputerName, ItemWChar[256]
  3646.     RoleAppID, ItemGUID
  3647.     CLSID, ItemGUID
  3648.     RoleName, ItemWChar[256]
  3649.     HResult, ItemLong
  3650. }
  3651.  
  3652. 7040B74F-A240-4251-8218-443F1270B971 AdmItfRoleAdd
  3653. #version        0
  3654. #type Event     0
  3655. {
  3656.     ProcessId, ItemULong
  3657.     ApplicationID, ItemGUID
  3658.     PartitionID, ItemGUID
  3659.     AppInstanceID, ItemGUID
  3660.     ComputerName, ItemWChar[256]
  3661.     RoleAppID, ItemGUID
  3662.     CLSID, ItemGUID
  3663.     IID, ItemGUID
  3664.     RoleName, ItemWChar[256]
  3665.     HResult, ItemLong
  3666. }
  3667.  
  3668. 94F8892C-520A-4816-895A-F62A2EA99B7F AdmItfRoleDelete
  3669. #version        0
  3670. #type Event     0
  3671. {
  3672.     ProcessId, ItemULong
  3673.     ApplicationID, ItemGUID
  3674.     PartitionID, ItemGUID
  3675.     AppInstanceID, ItemGUID
  3676.     ComputerName, ItemWChar[256]
  3677.     RoleAppID, ItemGUID
  3678.     CLSID, ItemGUID
  3679.     IID, ItemGUID
  3680.     RoleName, ItemWChar[256]
  3681.     HResult, ItemLong
  3682. }
  3683.  
  3684. 79677BFD-1AC0-455f-B2C1-A8983DA78AA2 AdmMetRoleAdd
  3685. #version        0
  3686. #type Event     0
  3687. {
  3688.     ProcessId, ItemULong
  3689.     ApplicationID, ItemGUID
  3690.     PartitionID, ItemGUID
  3691.     AppInstanceID, ItemGUID
  3692.     ComputerName, ItemWChar[256]
  3693.     RoleAppID, ItemGUID
  3694.     CLSID, ItemGUID
  3695.     IID, ItemGUID
  3696.     MethodIndex, ItemULong
  3697.     RoleName, ItemWChar[256]
  3698.     HResult, ItemLong
  3699. }
  3700.  
  3701. F5FB4B1F-11FA-44c1-88BD-750F4CC2C8EC AdmMetRoleDelete
  3702. #version        0
  3703. #type Event     0
  3704. {
  3705.     ProcessId, ItemULong
  3706.     ApplicationID, ItemGUID
  3707.     PartitionID, ItemGUID
  3708.     AppInstanceID, ItemGUID
  3709.     ComputerName, ItemWChar[256]
  3710.     RoleAppID, ItemGUID
  3711.     CLSID, ItemGUID
  3712.     IID, ItemGUID
  3713.     MethodIndex, ItemULong
  3714.     RoleName, ItemWChar[256]
  3715.     HResult, ItemLong
  3716. }
  3717.  
  3718. 780B22BD-5244-4302-86BE-D57962CFD79A AdmMachineAdd
  3719. #version        0
  3720. #type Event     0
  3721. {
  3722.     ProcessId, ItemULong
  3723.     ApplicationID, ItemGUID
  3724.     PartitionID, ItemGUID
  3725.     AppInstanceID, ItemGUID
  3726.     ComputerName, ItemWChar[256]
  3727.     MachineName, ItemWChar[512]
  3728.     HResult, ItemLong
  3729. }
  3730.  
  3731. 09D87E55-022D-4851-8219-54ED25C4A5C6 AdmMachineDelete
  3732. #version        0
  3733. #type Event     0
  3734. {
  3735.     ProcessId, ItemULong
  3736.     ApplicationID, ItemGUID
  3737.     PartitionID, ItemGUID
  3738.     AppInstanceID, ItemGUID
  3739.     ComputerName, ItemWChar[256]
  3740.     MachineName, ItemWChar[512]
  3741.     HResult, ItemLong
  3742. }
  3743.  
  3744. 415FF65E-117D-488b-9A81-C6923E3ED8BE AdmMachineUpdate
  3745. #version        0
  3746. #type Event     0
  3747. {
  3748.     ProcessId, ItemULong
  3749.     ApplicationID, ItemGUID
  3750.     PartitionID, ItemGUID
  3751.     AppInstanceID, ItemGUID
  3752.     ComputerName, ItemWChar[256]
  3753.     MachineName, ItemWChar[512]
  3754.     PropertyName, ItemWChar[64]
  3755.     NewValue, ItemWChar[1024]
  3756.     HResult, ItemLong
  3757. }
  3758.  
  3759. A8BA53C5-3399-447d-B64F-09D50A9DFEAD AdmPermSubscriberAdd
  3760. #version        0
  3761. #type Event     0
  3762. {
  3763.     ProcessId, ItemULong
  3764.     ApplicationID, ItemGUID
  3765.     PartitionID, ItemGUID
  3766.     AppInstanceID, ItemGUID
  3767.     ComputerName, ItemWChar[256]
  3768.     SubscrAppID, ItemGUID
  3769.     SubscriptionID, ItemGUID
  3770.     ECclsid, ItemGUID
  3771.     IID, ItemGUID
  3772.     MethodName, ItemWChar[256]
  3773.     Enabled, ItemBool
  3774.     SubscriberCLSID, ItemGUID
  3775.     HResult, ItemLong
  3776. }
  3777.  
  3778. DE05C3C4-ACEE-4fd7-B2C9-9A0764419E9B AdmPermSubscriberDelete
  3779. #version        0
  3780. #type Event     0
  3781. {
  3782.     ProcessId, ItemULong
  3783.     ApplicationID, ItemGUID
  3784.     PartitionID, ItemGUID
  3785.     AppInstanceID, ItemGUID
  3786.     ComputerName, ItemWChar[256]
  3787.     SubscrAppID, ItemGUID
  3788.     SubscriptionID, ItemGUID
  3789.     HResult, ItemLong
  3790. }
  3791.  
  3792. 5E47D7F3-6A36-4221-8033-5DF1B66B2A3B AdmPermSubscriberUpdate
  3793. #version        0
  3794. #type Event     0
  3795. {
  3796.     ProcessId, ItemULong
  3797.     ApplicationID, ItemGUID
  3798.     PartitionID, ItemGUID
  3799.     AppInstanceID, ItemGUID
  3800.     ComputerName, ItemWChar[256]
  3801.     SubscrAppID, ItemGUID
  3802.     SubscriptionID, ItemGUID
  3803.     PropertyName, ItemWChar[64]
  3804.     NewValue, ItemWChar[1024]
  3805.     HResult, ItemLong
  3806. }
  3807.  
  3808. C40DFD24-7B49-48eb-A21F-DB3235D1B4F6 AdmTransSubscriberAdd
  3809. #version        0
  3810. #type Event     0
  3811. {
  3812.     ProcessId, ItemULong
  3813.     ApplicationID, ItemGUID
  3814.     PartitionID, ItemGUID
  3815.     AppInstanceID, ItemGUID
  3816.     ComputerName, ItemWChar[256]
  3817.     SubscriptionID, ItemGUID
  3818.     ECclsid, ItemGUID
  3819.     IID, ItemGUID
  3820.     MethodName, ItemWChar[256]
  3821.     Enabled, ItemBool
  3822.     HResult, ItemLong
  3823. }
  3824.  
  3825. 1E49DDB6-C883-4cb3-9BC4-1332EDDBAE78 AdmTransSubscriberDelete
  3826. #version        0
  3827. #type Event     0
  3828. {
  3829.     ProcessId, ItemULong
  3830.     ApplicationID, ItemGUID
  3831.     PartitionID, ItemGUID
  3832.     AppInstanceID, ItemGUID
  3833.     ComputerName, ItemWChar[256]
  3834.     SubscriptionID, ItemGUID
  3835.     HResult, ItemLong
  3836. }
  3837.  
  3838. 3E6E2249-A249-4f54-A0D7-A97FB6162EFB AdmTransSubscriberUpdate
  3839. #version        0
  3840. #type Event     0
  3841. {
  3842.     ProcessId, ItemULong
  3843.     ApplicationID, ItemGUID
  3844.     PartitionID, ItemGUID
  3845.     AppInstanceID, ItemGUID
  3846.     ComputerName, ItemWChar[256]
  3847.     SubscriptionID, ItemGUID
  3848.     PropertyName, ItemWChar[64]
  3849.     NewValue, ItemWChar[1024]
  3850.     HResult, ItemLong
  3851. }
  3852.  
  3853. 51B057F9-ACB8-4c8d-BE40-E9ED750EF034 AdmPartitionAdd
  3854. #version        0
  3855. #type Event     0
  3856. {
  3857.     ProcessId, ItemULong
  3858.     ApplicationID, ItemGUID
  3859.     PartitionID, ItemGUID
  3860.     AppInstanceID, ItemGUID
  3861.     ComputerName, ItemWChar[256]
  3862.     AddPartitionID, ItemGUID
  3863.     PartitionName, ItemWChar[512]
  3864.     HResult, ItemLong
  3865. }
  3866.  
  3867. 8566E9C5-F387-4ecf-AA8D-D065B691732C AdmPartitionDelete
  3868. #version        0
  3869. #type Event     0
  3870. {
  3871.     ProcessId, ItemULong
  3872.     ApplicationID, ItemGUID
  3873.     PartitionID, ItemGUID
  3874.     AppInstanceID, ItemGUID
  3875.     ComputerName, ItemWChar[256]
  3876.     DelPartitionID, ItemGUID
  3877.     HResult, ItemLong
  3878. }
  3879.  
  3880. 12E58202-E6CD-4e17-B366-5AC3F37C00A8 AdmPartitionSetAdd
  3881. #version        0
  3882. #type Event     0
  3883. {
  3884.     ProcessId, ItemULong
  3885.     ApplicationID, ItemGUID
  3886.     PartitionID, ItemGUID
  3887.     AppInstanceID, ItemGUID
  3888.     ComputerName, ItemWChar[256]
  3889.     AddPartitionSetID, ItemGUID
  3890.     PartitionSetName, ItemWChar[512]
  3891.     HResult, ItemLong
  3892. }
  3893.  
  3894. D55F48FD-17C6-4b12-AFD7-DEFC834CC488 AdmPartitionSetDelete
  3895. #version        0
  3896. #type Event     0
  3897. {
  3898.     ProcessId, ItemULong
  3899.     ApplicationID, ItemGUID
  3900.     PartitionID, ItemGUID
  3901.     AppInstanceID, ItemGUID
  3902.     ComputerName, ItemWChar[256]
  3903.     DelPartitionSetID, ItemGUID
  3904.     HResult, ItemLong
  3905. }
  3906.  
  3907. DC28009B-DA4E-4efa-9F95-205B21469A13 AppActivation2
  3908. #version        0
  3909. #type Event     0
  3910. {
  3911.     ProcessId, ItemULong
  3912.     ApplicationID, ItemGUID
  3913.     PartitionID, ItemGUID
  3914.     AppInstanceID, ItemGUID
  3915.     ComputerName, ItemWChar[256]
  3916.     AppID, ItemGUID
  3917.     InstanceID, ItemGUID
  3918. }
  3919.  
  3920. AE10D5F2-31B7-4a27-9B57-7A81E4BCDF4D AppShutdown2
  3921. #version        0
  3922. #type Event     0
  3923. {
  3924.     ProcessId, ItemULong
  3925.     ApplicationID, ItemGUID
  3926.     PartitionID, ItemGUID
  3927.     AppInstanceID, ItemGUID
  3928.     ComputerName, ItemWChar[256]
  3929.     AppID, ItemGUID
  3930. }
  3931.  
  3932. 4B78B80C-494E-45e6-B7A6-BAFE5D7D9FF1 AppForceShutdown2
  3933. #version        0
  3934. #type Event     0
  3935. {
  3936.     ProcessId, ItemULong
  3937.     ApplicationID, ItemGUID
  3938.     PartitionID, ItemGUID
  3939.     AppInstanceID, ItemGUID
  3940.     ComputerName, ItemWChar[256]
  3941.     AppID, ItemGUID
  3942. }
  3943.  
  3944. AB4DF7DB-DB12-4139-8898-BD66C7D776DA AppPaused2
  3945. #version        0
  3946. #type Event     0
  3947. {
  3948.     ProcessId, ItemULong
  3949.     ApplicationID, ItemGUID
  3950.     PartitionID, ItemGUID
  3951.     AppInstanceID, ItemGUID
  3952.     ComputerName, ItemWChar[256]
  3953.     AppID, ItemGUID
  3954.     Paused, ItemBool
  3955. }
  3956.  
  3957. 7D4287E8-23B2-41f5-B7FC-817634218A9E AppRecycle2
  3958. #version        0
  3959. #type Event     0
  3960. {
  3961.     ProcessId, ItemULong
  3962.     ApplicationID, ItemGUID
  3963.     PartitionID, ItemGUID
  3964.     AppInstanceID, ItemGUID
  3965.     ComputerName, ItemWChar[256]
  3966.     AppID, ItemGUID
  3967.     InstanceID, ItemGUID
  3968.     Reason, ItemLong
  3969. }
  3970.  
  3971. E34AA4CB-32C4-4b62-8C05-B4762B217E68 TransactionStart2
  3972. #version        0
  3973. #type Event     0
  3974. {
  3975.     ProcessId, ItemULong
  3976.     ApplicationID, ItemGUID
  3977.     PartitionID, ItemGUID
  3978.     AppInstanceID, ItemGUID
  3979.     ComputerName, ItemWChar[256]
  3980.     TransactionGuid, ItemGUID
  3981.     TSID, ItemGUID
  3982.     Root, ItemBool
  3983.     IsolationLevel, ItemLong
  3984. }
  3985.  
  3986. F509A56C-5CFF-421f-8AA2-08A94323755C TransactionPrepare2
  3987. #version        0
  3988. #type Event     0
  3989. {
  3990.     ProcessId, ItemULong
  3991.     ApplicationID, ItemGUID
  3992.     PartitionID, ItemGUID
  3993.     AppInstanceID, ItemGUID
  3994.     ComputerName, ItemWChar[256]
  3995.     TransactionGuid, ItemGUID
  3996.     VoteYes, ItemBool
  3997. }
  3998.  
  3999. C9715D69-6CA8-4da7-9A28-A8E4FDEA5099 TransactionAbort2
  4000. #version        0
  4001. #type Event     0
  4002. {
  4003.     ProcessId, ItemULong
  4004.     ApplicationID, ItemGUID
  4005.     PartitionID, ItemGUID
  4006.     AppInstanceID, ItemGUID
  4007.     ComputerName, ItemWChar[256]
  4008.     TransactionGuid, ItemGUID
  4009. }
  4010.  
  4011. ABB8DCE4-6EAE-4f41-BF53-B70BDA428567 TransactionCommit2
  4012. #version        0
  4013. #type Event     0
  4014. {
  4015.     ProcessId, ItemULong
  4016.     ApplicationID, ItemGUID
  4017.     PartitionID, ItemGUID
  4018.     AppInstanceID, ItemGUID
  4019.     ComputerName, ItemWChar[256]
  4020.     TransactionGuid, ItemGUID
  4021. }
  4022.  
  4023. 25D668F5-15A1-4741-B72F-104C25FCB662 ObjPoolPutObject2
  4024. #version        0
  4025. #type Event     0
  4026. {
  4027.     ProcessId, ItemULong
  4028.     ApplicationID, ItemGUID
  4029.     PartitionID, ItemGUID
  4030.     AppInstanceID, ItemGUID
  4031.     ComputerName, ItemWChar[256]
  4032.     ObjectGuid, ItemGUID
  4033.     Reason, ItemLong
  4034.     AvailableObjects, ItemULong
  4035.     ObjectID, ItemULongLong
  4036. }
  4037.  
  4038. E971B116-854E-420b-926E-AF6088AA07D8 ObjPoolGetObject2
  4039. #version        0
  4040. #type Event     0
  4041. {
  4042.     ProcessId, ItemULong
  4043.     ApplicationID, ItemGUID
  4044.     PartitionID, ItemGUID
  4045.     AppInstanceID, ItemGUID
  4046.     ComputerName, ItemWChar[256]
  4047.     ActivityGuid, ItemGUID
  4048.     ObjectGuid, ItemGUID
  4049.     AvailableObjects, ItemULong
  4050.     ObjectID, ItemULongLong
  4051.     ForPartitionID, ItemGUID
  4052. }
  4053.  
  4054. 5BF0E5EE-493F-4808-978D-C8001CAEA1A3 ObjPoolRecycleToTx2
  4055. #version        0
  4056. #type Event     0
  4057. {
  4058.     ProcessId, ItemULong
  4059.     ApplicationID, ItemGUID
  4060.     PartitionID, ItemGUID
  4061.     AppInstanceID, ItemGUID
  4062.     ComputerName, ItemWChar[256]
  4063.     ActivityGuid, ItemGUID
  4064.     ObjectGuid, ItemGUID
  4065.     TransactionGuid, ItemGUID
  4066.     ObjectID, ItemULongLong
  4067. }
  4068.  
  4069. D7454176-0346-40b8-91FE-5923C67CBA42 ObjPoolGetFromTx2
  4070. #version        0
  4071. #type Event     0
  4072. {
  4073.     ProcessId, ItemULong
  4074.     ApplicationID, ItemGUID
  4075.     ComputerName, ItemWChar[256]
  4076.     ActivityGuid, ItemGUID
  4077.     ObjectGuid, ItemGUID
  4078.     TransactionGuid, ItemGUID
  4079.     ObjectID, ItemULongLong
  4080.     ForPartitionID, ItemGUID
  4081. }
  4082.  
  4083. 8FB0E7B4-97ED-410d-B988-16922032A368 ObjectConstruct2
  4084. #version        0
  4085. #type Event     0
  4086. {
  4087.     ProcessId, ItemULong
  4088.     ApplicationID, ItemGUID
  4089.     PartitionID, ItemGUID
  4090.     AppInstanceID, ItemGUID
  4091.     ComputerName, ItemWChar[256]
  4092.     ObjectGuid, ItemGUID
  4093.     ObjectID, ItemULongLong
  4094.     ConstructString, ItemWChar[64]
  4095.     ForPartitionID, ItemGUID
  4096. }
  4097.  
  4098. 085121E8-A3F7-4fa9-A9C4-07BC2B2C696F CreateInstance2
  4099. #version        0
  4100. #type Event     0
  4101. {
  4102.     ProcessId, ItemULong
  4103.     ApplicationID, ItemGUID
  4104.     PartitionID, ItemGUID
  4105.     AppInstanceID, ItemGUID
  4106.     ComputerName, ItemWChar[256]
  4107.     ActivityGuid, ItemGUID
  4108.     CLSID, ItemGUID
  4109.     TSID, ItemGUID
  4110.     ContextID, ItemULongLong
  4111.     ObjectID, ItemULongLong
  4112.     ForPartitionID, ItemGUID
  4113. }
  4114.  
  4115. 773BA00D-0EFD-4a57-A309-86D3B4BEB114 DestroyInstance2
  4116. #version        0
  4117. #type Event     0
  4118. {
  4119.     ProcessId, ItemULong
  4120.     ApplicationID, ItemGUID
  4121.     PartitionID, ItemGUID
  4122.     AppInstanceID, ItemGUID
  4123.     ComputerName, ItemWChar[256]
  4124.     ContextID, ItemULongLong
  4125. }
  4126.  
  4127. CE0A98AB-6001-4552-A58E-B88313308A74 MethodCall2
  4128. #version        0
  4129. #type Event     0
  4130. {
  4131.     ProcessId, ItemULong
  4132.     ApplicationID, ItemGUID
  4133.     PartitionID, ItemGUID
  4134.     AppInstanceID, ItemGUID
  4135.     ComputerName, ItemWChar[256]
  4136.     ObjectID, ItemULongLong
  4137.     CLSID, ItemGUID
  4138.     IID, ItemGUID
  4139.     SystemThread, ItemULong
  4140.     MethodIndex, ItemULong
  4141. }
  4142.  
  4143. BCD15EFB-C30C-4a51-957F-1D89E984763A MethodReturn2
  4144. #version        0
  4145. #type Event     0
  4146. {
  4147.     ProcessId, ItemULong
  4148.     ApplicationID, ItemGUID
  4149.     PartitionID, ItemGUID
  4150.     AppInstanceID, ItemGUID
  4151.     ComputerName, ItemWChar[256]
  4152.     ObjectID, ItemULongLong
  4153.     CLSID, ItemGUID
  4154.     IID, ItemGUID
  4155.     SystemThread, ItemULong
  4156.     MethodIndex, ItemULong
  4157.     HResult, ItemLong
  4158. }
  4159.  
  4160. 2A56A5E4-962C-4a78-BEFB-CFCD965F7B34 MethodException2
  4161. #version        0
  4162. #type Event     0
  4163. {
  4164.     ProcessId, ItemULong
  4165.     ApplicationID, ItemGUID
  4166.     PartitionID, ItemGUID
  4167.     AppInstanceID, ItemGUID
  4168.     ComputerName, ItemWChar[256]
  4169.     ObjectID, ItemULongLong
  4170.     CLSID, ItemGUID
  4171.     IID, ItemGUID
  4172.     SystemThread, ItemULong
  4173.     MethodIndex, ItemULong
  4174. }
  4175.  
  4176. //******************************************
  4177. // PERFLIB and LoadPerf events
  4178. // 51af3adb-28b1-4ba5-b59a-3aeec16deb3c
  4179. // 275a79bb-9980-42ba-bafe-a92ded1192cf
  4180. //******************************************
  4181. 51af3adb-28b1-4ba5-b59a-3aeec16deb3c PERFLIB
  4182. {
  4183.     FileLine,   ItemULong,
  4184.     RtnStatus,  ItemULongX,
  4185.     OptArgs,    ItemOptArgs
  4186. }
  4187.  
  4188. 275a79bb-9980-42ba-bafe-a92ded1192cf LoadPerf
  4189. {
  4190.     FileLine,   ItemULong,
  4191.     RtnStatus,  ItemULongX,
  4192.     OptArgs,    ItemOptArgs
  4193. }
  4194.  
  4195. //******************************************
  4196. // Exchange Events
  4197. // 2EACCEDF-8648-453e-9250-27F0069F71D2
  4198. //******************************************
  4199.  
  4200. 31F5A811-6EA0-4321-93D9-CDB9A70D50A1 RPC
  4201. #version 0
  4202. #type None  0
  4203. #type Release   1
  4204. #type OpenFolder    2
  4205. #type OpenMessage   3
  4206. #type GetHierarchyTable 4
  4207. #type GetContentsTable  5
  4208. #type CreateMessage 6
  4209. #type GetPropsSpecific  7
  4210. #type GetPropsAll   8
  4211. #type GetPropList   9
  4212. #type SetProps  10
  4213. #type DeleteProps   11
  4214. #type SaveChangesMessage    12
  4215. #type NukeRecipients    13
  4216. #type FlushRecipients   14
  4217. #type ReadRecipients    15
  4218. #type ReloadCachedInfo  16
  4219. #type SetReadFlag   17
  4220. #type SetColumns    18
  4221. #type SortTable 19
  4222. #type Restrict  20
  4223. #type QueryRows 21
  4224. #type GetStatus 22
  4225. #type QueryPosition 23
  4226. #type SeekRow   24
  4227. #type SeekRowBookmark   25
  4228. #type SeekRowApprox 26
  4229. #type CreateBookmark    27
  4230. #type CreateFolder  28
  4231. #type DeleteFolder  29
  4232. #type DeleteMessages    30
  4233. #type GetMessageStatus  31
  4234. #type SetMessageStatus  32
  4235. #type GetAttachmentTable    33
  4236. #type OpenAttach    34
  4237. #type CreateAttach  35
  4238. #type DeleteAttach  36
  4239. #type SaveChangesAttach 37
  4240. #type SetReceiveFolder  38
  4241. #type GetReceiveFolder  39
  4242. #type SpoolerRules  40
  4243. #type RegisterNotification  41
  4244. #type Notify    42
  4245. #type OpenStream    43
  4246. #type ReadStream    44
  4247. #type WriteStream   45
  4248. #type SeekStream    46
  4249. #type SetSizeStream 47
  4250. #type SetSearchCriteria 48
  4251. #type GetSearchCriteria 49
  4252. #type SubmitMessage 50
  4253. #type MoveCopyMessages  51
  4254. #type AbortSubmit   52
  4255. #type MoveFolder    53
  4256. #type CopyFolder    54
  4257. #type QueryColumnsAll   55
  4258. #type Abort 56
  4259. #type CopyTo    57
  4260. #type CopyToStream  58
  4261. #type CloneStream   59
  4262. #type RegisterTableNotification 60
  4263. #type DeregisterTableNotification   61
  4264. #type GetACLTable   62
  4265. #type GetRulesTable 63
  4266. #type ModifyACL 64
  4267. #type ModifyRules   65
  4268. #type GetOwningMDBs 66
  4269. #type LtidFromId    67
  4270. #type IdFromLtid    68
  4271. #type FGhosted  69
  4272. #type OpenMessageProp   70
  4273. #type SetSpooler    71
  4274. #type SpoolerLockMsg    72
  4275. #type AddressTypes  73
  4276. #type TransportSend 74
  4277. #type FXSrcCopyMessages 75
  4278. #type FXSrcCopyFolder   76
  4279. #type FXSrcCopyTo   77
  4280. #type FXSrcGetBuffer    78
  4281. #type FindRow   79
  4282. #type Progress  80
  4283. #type XportNewMail  81
  4284. #type ValidAttachs  82
  4285. #type FXDstCopyConfig   83
  4286. #type FXDstPutBuffer    84
  4287. #type GetNamesFromIDs   85
  4288. #type GetIDsFromNames   86
  4289. #type UpdateDAMs    87
  4290. #type EmptyFolder   88
  4291. #type ExpandRow 89
  4292. #type CollapseRow   90
  4293. #type LockRegionStream  91
  4294. #type UnlockRegionStream    92
  4295. #type CommitStream  93
  4296. #type GetStreamSize 94
  4297. #type QryNamedProps 95
  4298. #type GetPerUserLtids   96
  4299. #type GetPerUserGuid    97
  4300. #type FlushPerUser  98
  4301. #type GetPerUser    99
  4302. #type SetPerUser    100
  4303. #type CacheCcnRead  101
  4304. #type SetReadFlags  102
  4305. #type CopyProps 103
  4306. #type GetReceiveFolderTable 104
  4307. #type FXSrcCopyProps    105
  4308. #type FXDstCopyProps    106
  4309. #type GetCollapseState  107
  4310. #type SetCollapseState  108
  4311. #type SetXport  109
  4312. #type Pending   110
  4313. #type OptionsData   111
  4314. #type IncrCfg   112
  4315. #type IncrState 113
  4316. #type ImportMsgChange   114
  4317. #type ImportHierChange  115
  4318. #type ImportDelete  116
  4319. #type UpldStStrmBegin   117
  4320. #type UpldStStrmContinue    118
  4321. #type UpldStStrmEnd 119
  4322. #type ImportMsgMove 120
  4323. #type SetPropsNoReplicate   121
  4324. #type DeletePropsNoReplicate    122
  4325. #type GetStoreState 123
  4326. #type GetRights 124
  4327. #type GetAllPerUserLtids    125
  4328. #type OpenCollect   126
  4329. #type GetLrepIds    127
  4330. #type ImportReads   128
  4331. #type ResetTable    129
  4332. #type FXGetIncrState    130
  4333. #type OpenAdvisor   131
  4334. #type RegICSNotifs  132
  4335. #type OpenCStream   133
  4336. #type TellVersion   134
  4337. #type OpenFolderByName  135
  4338. #type SetICSNotifGUID   136
  4339. #type FreeBookmark  137
  4340. #type DeleteFolderByName    138
  4341. #type ConfigNntpNewsfeed    139
  4342. #type CheckMsgIds   140
  4343. #type BeginNntpArticle  141
  4344. #type WriteNntpArticle  142
  4345. #type SaveNntpArticle   143
  4346. #type WriteCommitStream 144
  4347. #type HardDeleteMessages    145
  4348. #type HardEmptyFolder   146
  4349. #type SetLocalRepMidsetDeleted  147
  4350. #type End 200
  4351. #type BookmarkReturned  251
  4352. #type FidReturned   252
  4353. #type HsotReturned  253
  4354. #type Logon 254
  4355. #type BufferTooSmall    255
  4356.  
  4357. BBED5A34-6447-47c3-864A-6ED959545973 TaskQ
  4358. #version 0
  4359. #type Start     1
  4360. #type End       2
  4361. #type Dequeue   7
  4362.  
  4363. AC0D888F-D1B2-45c1-8CC9-2269FDD0DAA5 EIF
  4364. #version 0
  4365. #type Start     1
  4366. {
  4367.     HSOT, ItemULong
  4368.     UserName, ItemWString
  4369.     Function, ItemString
  4370. }
  4371. #type End       2
  4372. {
  4373.     Error Code, ItemULongX
  4374. }
  4375. #type LogonStart    10
  4376. {
  4377.     Guid 1, ItemULongLongX
  4378.     Guid 2, ItemULongLongX
  4379. }
  4380. #type LogonEnd      11
  4381. {
  4382.     HSOT, ItemULong
  4383.     UserName, ItemWString
  4384.     Error Code, ItemULongX
  4385. }
  4386. #type DoConnect     12
  4387. {
  4388.     Guid1, ItemULongX
  4389.     Guid2, ItemULongX
  4390.     Guid3, ItemULongX
  4391.     Guid4, ItemULongX
  4392. }
  4393. #type OpenFdrStart  14
  4394. {
  4395.     HSOT, ItemULong
  4396.     UserName, ItemWString
  4397.     Function, ItemString
  4398. }
  4399. #type OpenFdrEnd    15
  4400. {
  4401.     Error Code, ItemULongX
  4402.     HSOT, ItemULong
  4403. }
  4404. #type OpenURL       16
  4405. {
  4406.     HSOT, ItemULong
  4407.     UserName, ItemWString
  4408.     Function, ItemString
  4409.     URL, ItemWString
  4410. }
  4411.  
  4412.  
  4413. //******************************************
  4414. // PDH counter logfile events
  4415. // 933f3bb3-943e-490d-9ced-3cbb14c14479
  4416. //******************************************
  4417. 933f3bb3-943e-490d-9ced-3cbb14c14479 PDH
  4418. #type Header    32
  4419. #type DataBlock 34
  4420. #type Catalog   35
  4421. #type Perflib   36
  4422. {
  4423.     LogFileGuid, ItemGUID
  4424.     BlockID,     ItemULong
  4425.     BlockCount,  ItemULong
  4426. }
  4427.  
  4428. //******************************************
  4429. // BROWSER Events
  4430. // Control guid is 5576F62E-4142-45a8-9516-262A510C13F0
  4431. //******************************************
  4432.  
  4433. 2B992163-736F-4a68-9153-95BC5F34D884 Browse
  4434. #type UserInputReturn    10
  4435. #type UserInputBack      11
  4436. #type UserInputLButtonUp 12
  4437. #type UserInputPageDown  13
  4438. #type UserInputPageUp    14
  4439. #type StartFrame         16
  4440. {
  4441. }
  4442. #type LoadedParsed     18
  4443. #type LayoutExec       19
  4444. #type LayoutBackground 20
  4445. #type Paint            21
  4446. #type Address          22
  4447. {
  4448.     Url,  ItemWString
  4449. }
  4450.  
  4451. //******************************************
  4452. // Heap Events
  4453. // Control guid is 222962ab-6180-4b88-a825-346b75f2a24a
  4454. //******************************************
  4455.  
  4456.  
  4457. 222962ab-6180-4b88-a825-346b75f2a24a Heap
  4458. #type Create 32
  4459.   HeapHandle,ItemPtr
  4460.   Flags,ItemULong
  4461. }
  4462. #type Alloc 33 
  4463. {
  4464.   HeapHandle,ItemPtr
  4465.   Size, ItemULong
  4466.   Address, ItemPtr
  4467.   Source, ItemULong
  4468. }
  4469. #type ReAlloc 34
  4470. {
  4471.   HeapHandle, ItemPtr
  4472.   NewAddress, ItemPtr
  4473.   OldAddress, ItemPtr
  4474.   NewSize, ItemULong
  4475.   OldSize, ItemULong
  4476.   Source, ItemULong
  4477. }
  4478. #type Destroy 35
  4479. {
  4480.     HeapHandle,ItemPtr
  4481. }
  4482. #type Free 36
  4483. {
  4484.   HeapHandle, ItemPtr
  4485.   Address, ItemPtr
  4486.   Source, ItemULong
  4487. }
  4488. #type Expand 37
  4489. {
  4490.   HeapHandle, ItemPtr
  4491.   CommittedSize, ItemULong
  4492.   Address, ItemPtr
  4493.   FreeSpace, ItemULong
  4494.   CommittedSpace, ItemULong
  4495.   ReservedSpace, ItemULong
  4496.   NoOfUCRs, ItemULong
  4497. }
  4498. #type Contract 42
  4499. {
  4500.   HeapHandle, ItemPtr
  4501.   DeCommitSize, ItemULong
  4502.   DeCommitAddress, ItemPtr
  4503.   FreeSpace, ItemULong
  4504.   CommittedSpace, ItemULong
  4505.   ReservedSpace, ItemULong
  4506.   NoOfUCRs, ItemULong
  4507. }
  4508. #type Lock 43
  4509.   HeapHandle,ItemPtr
  4510. }
  4511. #type Unlock 44
  4512. {
  4513.   HeapHandle,ItemPtr
  4514. }
  4515. #type Validate 45
  4516.   HeapHandle,ItemPtr
  4517. }
  4518. #type Walk 46
  4519.   HeapHandle,ItemPtr
  4520. }
  4521.  
  4522. //******************************************
  4523. // Critical Section Events
  4524. // Control guid is 3AC66736-CC59-4cff-8115-8DF50E39816B
  4525. //******************************************
  4526.  
  4527.  
  4528. 3AC66736-CC59-4cff-8115-8DF50E39816B CriticalSection
  4529. #type Collision 34
  4530. {
  4531.   LockCount,ItemULong    
  4532.   SpinCount,ItemPtr    
  4533.   OwningThread,ItemPtr
  4534.   Address,ItemPtr    
  4535. }
  4536.